LOL...hmm maybe we should give this a shot today?
Ok here is what I had BEFORE your last posL
PHP Code:
<tr align="center">
<td colspan="8" style="height:200px; bgcolor="#FFFFFF">
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.xtremepain.net/banners/index.php" border="0" alt="$vboptions[bbtitle]" /></a>
</td>
</tr>
Here is what I have now.
PHP Code:
<tr align="center">
<td colspan="8" cellpadding="0" style="height:200px; bgcolor="#FFFFFF">
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.xtremepain.net/banners/index.php" border="0" alt="$vboptions[bbtitle]" /></a>
</td>
</tr>
The gaps are still there and the table is still not padded. :ermm:
I am going to atempt to switch the nav bars myself as I was actually wanting to put the navbar I added to be on bottom and the default one be on top. I will let you knwo hwo that goes though.