Hermine Granger
New member
Hallo,
Ich bin am Programmieren an einer neuen Homepage. Aber Internet Explorer will mal wieder nicht so, wie ich es will.
So sollte die Site richtig aussehen:
Und so sieht sie in IE aus:
Wie bekomme ich auch in IE das richtige Design hin?
Folgend der Quelltext:
Danke.
Ich bin am Programmieren an einer neuen Homepage. Aber Internet Explorer will mal wieder nicht so, wie ich es will.
So sollte die Site richtig aussehen:

Und so sieht sie in IE aus:

Wie bekomme ich auch in IE das richtige Design hin?
Folgend der Quelltext:
Code:
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor=#000000 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=391 height=60>
<img src="index_01.gif" width=391 height=60></td>
<td background="index_02.gif" width=480 height=60>
<!-- WERBEPLATZHALTER -->
<object type="application/x-shockwave-flash" data="http://isabrue.funpic.de/banner/wtneu.swf" width="468" height="60" id="xy">
<param name="movie" value="http://isabrue.funpic.de/banner/wtneu.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="scale" value="exactfit" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
</object>
</td>
<td rowspan=3 background="index_03.jpg" height=400> </td>
</tr>
<tr>
<td colspan=2 width=871 height=40>
<img src="index_04.gif" width=871 height=40></td>
</tr>
<tr>
<td colspan=2 bgcolor="#000000" width=871>
<!-- INHALT -->
</td>
</tr>
</table>
</body>
</html>
Danke.
Zuletzt bearbeitet von einem Moderator: