PDA

View Full Version : Header Appears Different In IE


EliteLuke
02-18-2008, 08:30 PM
Hi, if you look at my forum at www.puregrime.co.uk/forum in FireFox you will see that the header lines up perfectly with the rest of the navbar etc.. but in Internet Explorer the header is out of place :S

Here is my header code:
<META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
<META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
<br />
<!-- 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[imgdir_misc]/logo.png" border="0">
</a>
</td>


</if>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$welcomeheaders

Could someone please tell me if they see a solution to this.. Thanks!

Guest210212002
02-19-2008, 01:28 AM
What's that </if> actually closing?

EliteLuke
02-19-2008, 06:50 PM
That </if> wasnt actually doing anything. I removed it and im still having the same problem