Hi
I'm just implementing this mod for displaying a rotating banner ad on the forum header:
https://vborg.vbsupport.ru/showthread.php?t=106682
Once the plugin is set up the guide above tells you to insert "$banner" in the template and that is where the image appears.
This is great but how would I code "$banner" so that the image is then alligned to the centre?
this is how my header looks at the moment:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="center">
</td>
</table>
<!-- /logo -->
<td align="center">
<!-- content table -->
$spacer_open
$_phpinclude_output
Any help would be appreciated thanks!