Attempting to get banners to show in the header on the right side and not having much luck.
Here is my header 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>
<td>
$GLOBAL[bannerads]
</td>
</tr>
</table>
<!-- /logo -->
Here is what I have in Banner Code 1 under vBannerRotator under vBulletin Options
<a href="http://[URL]" target="_blank" class="banner"><img src="[IMAGE]" width=468 height=60 border=2></a>
Something is wrong but I don't see what
Please help...
|