Quote:
Originally Posted by funinthesun
Is there a way of removing the side bar?
|
yep, open the header template and remove this
HTML Code:
<if condition="THIS_SCRIPT != 'index'"><else />
<table cellpadding="0" cellspacing="0" width="98%" align="center">
<tr>
<td valign="top" width="200"><br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom: 0;">
<tbody>
<tr>
<td class="tcat">Advertising</td>
</tr>
</tbody>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt2" valign="top" nowrap="nowrap">
<img src="{imgdir_forum}/arrow.gif" width="7" height="8" border="0" alt="" /> <a href="http://www.gotskinned.com/">GotSkinned</a><br />
<img src="{imgdir_forum}/arrow.gif" width="7" height="8" border="0" alt="" /> <a href="http://www.vbulletin.com/">vBulletin</a>
</td>
</tr>
</table>
</td>
<td valign="top"></if>
Be sure to save the template beforehand, because you never know when you're going to want that back