Hi, trying to add some banners ads on the side of my forum, I was just going to ad the scripts in the table but cannot for the life of me figure out how this works.
I set the table width to 85% in the index.template.php and from the attached pic you can see, where I want to put my ad.
If I add a row or table or column stuff goes on top, or below or whatever but not on the side :(
Can someone help? Thanks!
(http://s2ki.iroque.com/wing/sidebar.jpg)
open
index.template.php
around line 294 u will find this
Quotefunction template_main_below()
{
global $context, $settings, $options, $scripturl, $txt;
echo '</td>
just after that add
Quote<td width="10%" align="left" valign="top">ur banner code here
</td>
Thanks, I also figured out another way to do it.
I set my table to 100%, then I put another table inside the table, making that section 3 tables essential. Your way is cleaner though.
Thanks.