Posted by Matt White on 08/07/07 15:53
Ok, I've tried several different DOCTYPEs as documented at
http://msdn2.microsoft.com/en-us/library/ms535242.aspx and IE still
won't work properly. Firefox works fine with all of them. Any ideas as
to why? Thanks.
New HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://
www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Test</title>
<meta http-equiv="Cache-Control" content="no-cache">
</head>
<body>
<table cellpadding="0" cellspacing="0" width="760">
<tr>
<td bgcolor="#ff00ff">
<img src="top_left.png">
</td>
<td width="740" bgcolor="#00ffff">
</td>
<td bgcolor="#ff00ff">
<img src="top_right.png">
</td>
</tr>
</table>
</body>
</html>
Navigation:
[Reply to this message]
|