I have replaced the vBulletin logo with this Banner Rotator by removing
HTML 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="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
</td>
</tr>
</table>
<!-- /logo -->
Thus leaving me with:
HTML Code:
$GLOBALS[bannerads]
<!-- content table -->
$spacer_open
$_phpinclude_output
Was this okay to do? The Banner shows up okay, but how do I center it?