I'm a total amateur at html but this code (the part after <p align="center">) worked on my forum header until I implemented Vbseo relative replacements. Now something is interfering with the display of RR. I get the RR text but it has been turned into a link to the paypal graphic. The RR can only be seen if you hover your mouse over it.
I removed three graphics from my header and bingo - RR worked so I assume that my header code may be the source of the problem I'd really appreciate it if someone could take a look. The graphics in question are at the bottom of the code. Can someone let me know what needs to be corrected please? The 3 graphics need to be horizontally aligned above the navbar.
An example of the RR problem can be seen here: http://www.hj-research.com/forum/ann...s-section.html RR is invisible until you hover the mouse over it and has taken the link for the forum supporter graphic....
<!-- 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="http://www.vbseo.com/images/badges.gif" border="0"/>
<a href="http://www.dasreich.co.uk/index.html">
<img src="http://www.vbseo.com/images/dasreich/das_reich_header_003.gif" border="0"/>
<a href="http://www.hj-research.com/forum/billspaypal.php">
<img src="http://www.vbseo.com/images/supporter_banner.gif" border="0"/>
</center></p>


LinkBack URL
About LinkBacks





Reply With Quote

