there is a missing colspan="4" in the last th tag befor the {tbopen} for the footer header. This fix the table header.
then, after the br / of the header you should delete
If you do so, the page looks fine.
The whole html ouput code fixed look like this:
</td>
</tr>
<tr>
<td colspan="4">
<table width="100%" class="t_outer" cellpadding="0" cellspacing="0">
<tr>
<td>
<table width="100%" class="t_inner" cellpadding="0" cellspacing="1">
<tr>
<td class="footer" align="left">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="60%">
<a href="http://www.onlinerock.com/corporate/privacy.shtml">Privacy statement</a> ·
<a href="/forum/ubbthreads.php/ubb/markallread">Mark all read</a>
<form method="" action="" name="prefs">
<input type="hidden" name="curl" value="http://www.onlinerock.com/forum/ubbthreads.php/ubb/cfrm" />
</form>
</td>
<td align="right" width="40%">
<a href="http://www.onlinerock.com/corporate/contact.shtml">Contact Us</a>
·
<a href="http://www.onlinerock.com">OnlineRock</a>
·
<a href="#top">Top</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<br />
</td>
<td align="left" valign="top" class="copy"> </td>
<td width="4" align="left" valign="top" background="http://image.onlinerock.com/images/spotlight_right_bg.gif" class="copy"><img src="http://image.onlinerock.com/images/spacer.gif" width="4" height="1" /></td>
</tr>
</table>
</td>
</tr>You have to find out where to fix. footer include or footer template.