thanks for all your kind help and patience Cyberalien!
I've implemented the right column and put the if statement there as well, but I'm having abit of problem as you can see, there's a grey line on the left and right side now.. and the left and right side of the forum look abit "out" of it's body.. and also the sponsor section look abit higher in other pages when it's standalone.
what else do I need to change? thanks!
This is what I have in my navbar:
PHP Code:
$spacer_close
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<td>
$spacer_open
and in footer:
PHP Code:
$spacer_close
</td>
<td width="15%" valign="top">
<if condition="THIS_SCRIPT == 'index'">
<!-- Channels -->
<ca-hdr>
<td class="tcat" width="100%">IABr Channels</td>
</ca-hdr>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
<tr>
<td class="alt1">
<a href="http://iamboredr.com/forum/entertainment/"><b>» Entertainment</b></a><br />
<a href="http://iamboredr.com/forum/lifestyle/"><b>» Lifestyle</b></a><br />
<a href="http://iamboredr.com/forum/gaming/"><b>» Gaming</b></a><br />
<a href="http://iamboredr.com/forum/community/"><b>» Community</b></a><br /><br /><br /><br /><br /><br /><br /><br />
</td>
</tr>
</tbody>
<!-- /Channels -->
</table>
<br />
</if>
<!-- Site Sponsors-->
<ca-hdr>
<td class="tcat" width="100%">Site Sponsors</td>
</ca-hdr>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_forumhome_latestthreads" style="$vbcollapse[collapseobj_forumhome_latestthreads]">
<tr>
<td class="alt1">
<!-- /Site sponsors -->
</td>
</tr>
</tbody>
</table>
<br />
</td>
</tr>
</table>