Halo alle zusammen.
Ich habe ein Problem mit dem folgenden Code:
Im Firefox wird die Seite genauso angezeigt, wie sie auch angezeigt werden soll. Nur der IE macht mal wieder was er will:
Hat Irgendwer ne Lösung anzubieten?
Vielen Dank schonmal im Voraus!
Ich habe ein Problem mit dem folgenden Code:
HTML:
<html>
<head>
<title>effello.com</title>
<link rel="stylesheet" type="text/css" href="css/effello.css">
</head>
<body bgcolor=#000000 topmargin=10 leftmargin=10>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td bgcolor=#000000 width=150 rowspan=2 valign=top align=right style="background-image:url(layout/3.jpg); background-repeat:repeat-y;">
<img src=layout/4.jpg /><br />
<img src=layout/1.jpg /><br />
LINK 1 <br />
LINK 2 <br />
LINK 3 <br />
LINK 4 <br />
</td>
<td bgcolor=#000000 height=63 valign=top>
<img src=layout/2.jpg />
</td>
</tr>
<tr>
<td bgcolor=#000000 valign=top style="border-top:1px solid white; padding:5">Inhalt!</td>
</tr>
</table>
</body>
</html>
Hat Irgendwer ne Lösung anzubieten?
Vielen Dank schonmal im Voraus!