I'm a total amateur at html but this code worked on my forum header until I implemented Vbseo relative replacements. Now it interfers with the display of the RR. The code I mean is the graphics stuff at the end. Can someone let me know what needs to be corrected please? The 3 graphics need to be horizontally aligned above the navbar.
Quote:
<!-- 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="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
<p align="center">
<img src="images/badges.gif" border="0">
<a href="http://www.dasreich.co.uk/index.html">
<img src="images/dasreich/das_reich_header_003.gif" border="0">
<a href="http://www.hj-research.com/forum/billspaypal.php">
<img src="images/supporter_banner.gif" border="0">
</center></p>
|