Quote:
Originally Posted by kairev
Could you please tell me how to add more things to the side column? I want to put adsense beneath the Statistics box.
Amazing template, I'm using it on my forum. Thanks!
|
Hi,
I got it search the Statistic table in den Forumhome Template and add underneath
Code:
<br />
<table cellpadding="8" cellspacing="0" border="0" width="100%" align="center" style="border: 1px solid #000000;">
<thead>
<tr>
<td class="tcat" colspan="2">Google Adsense</td>
</tr>
</thead>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-top: 0px;">
<tr>
<td class="alt1">
<div class="smallfont">
Your Google Adsense HTML
</div>
</td>
</tr>
</table>
Can i see your forum? Have you modified the style?