Quote:
Originally Posted by Simon Lloyd
Try this:
Code:
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
<tr>
<td colspan="5">
<p align="center"><a href="http://www.mysite.com" bgproperties="fixed">
<img border="0" src="http://www.mysite.com/images/misc/vbulletin3_logo_white.gif"</a></td>
</tr><td align="$stylevar[right]"><center><if condition="$ad_headerLogo"><center>$ad_headerLogo</center><else /> </if></center>
<tr>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
<center>$ad_headerEnd</center>
|
This has worked thank you kind sir.