Forum Moderators: open
If I remove the H1 tag or the DOCTYPE declaration it displays correctly again.
I know I could just lose the H1 and increase the text size, but I would like to keep the H1 for SEO.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>New document</title>
</head>
<body>
<table width="770px" border="1">
<tr height="120px" width="400px" >
<td valign="top" ><h1>>Widgetguide.com</h1></td>
</tr>
</table>
</body>
</html>
Anyone have any ideas to get round this?
Thanks
It sounds like a Quirks Mode vs. Standards Mode [webmasterworld.com] issue. The full DTD switches modern browsers into standards mode and IE (even version 6) is pretty far from standards, so you only see this in newer browsers.