Quote:
Originally Posted by Spencer F.
Does anyone have a fix yet for it making the thread squeezed?
|
I'm not sure if this is the kind of fix you want but I decided the right column looked better if it extends down the entire page instead of within the header and the footer.
I placed the sidebar code at the very top of the header template and near the bottom of the footer template.
So, the top of the header template looks like this:
Code:
<a name="top"></a>
<!-- Right Column Code -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top">
<!-- End Right Column Code -->
and the footer template has this:
HTML Code:
<!-- Right Column Code -->
</td>
<td valign="top" width="160" align="left">$rightcolumn</td>
</tr>
</table>
</td></tr>
</table>
<!-- End Right Column Code -->
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
The attached images show the top and bottom of the forumhome and the top of a thread.