Firefox og IE opfatter HTML forskelligt?
Jeg har programmeret starten til en side, men det viser sig at Internet Explorer 7.0 og FireFox ikke læser HTML ens?http://www.thaulow-design.dk/jacob/ie.png
http://www.thaulow-design.dk/jacob/ff.png
Den præcis samme side, hvor den ser underlig ud i IE? Hvad kan jeg gøre for at rette op på det? Koden ser ud som følger:
<html>
<head>
<title>ichscheltachschel</title>
</head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" background="img/bg.png">
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td> </td>
<td rowspan="3" width="683">
<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2" height="100%">
<tr>
<td style="border-bottom-style: solid; border-bottom-width: 1px"> </td>
</tr>
<tr>
<td height="680" style="border-style: solid; border-width: 1px"> </td>
</tr>
<tr>
<td style="border-top-style: solid; border-top-width: 1px"> </td>
</tr>
</table>
</td>
<td> </td>
</tr>
<tr>
<td height="247" background="img/barok.png"> </td>
<td height="247" background="img/barok.png"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>