Quote:
Originally Posted by Pixelrage
is it possible to add an adsense box to that left bar? Great job on this skin.
|
Yup put this code in your "FORUMHOME" template after one of the </table> boxes, the code:
PHP Code:
<table style="border: 1px solid rgb(0, 0, 0);" align="center" border="0" cellpadding="8" cellspacing="0" width="100%">
<thead>
<tr>
<td class="tcat" colspan="2">Adsense</td>
</tr>
</thead>
</table>
<table class="tborder" style="border-top: 0px none;" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<tbody><tr>
<td class="alt1">
<div class="smallfont">
ADSENSE CODE HERE HERE HERE HERE
</div>
</td>
</tr>
</tbody></table>