i honestly would not be using the banner that way, i'd color a white border around the banner and adding back to the top in header template like default. this is what it would look like as default header template code:
EDIT: Image removed as asked
adding the banner like that, the banner is free to rome.
but if you want to try and center it, replace your code with this and let me know if it works mate:
Code:
<!-- logo -->
<div style="margin-top:0px;margin-left:-25px;">
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/logo.png" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
</div>
<!-- /logo -->
you can add that code under $spacer_open in header template to if you want.
but again, id be using the default way like with the image attached to this post with the white color around it, just edit your PSD, put the white background, upload, then placing this code back to top of header template:
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/logo.png" border="0" alt="$vboptions[bbtitle]" /></a></td>
</tr>
</table>
<!-- /logo -->
good luck, hope it works.
ps, let me know if you want attachment removed.
Chat Forums