XaraX: Padding und Tables

Beitrag lesen

Hallo Timm,

folgender code ergibt bei mir im IE 6 diese Ausgabe:

<img src="http://eddi.to-grip.de/x.png" border="0" alt="">

der code dazu:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
 "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<title>Infobox</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<STYLE type="text/css">

</STYLE>
</head>
<body>
<div style="padding: 20px;">
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td>Left</td>
<td>Right</td>
</tr>
</table>
</div>

</body>
</html>

Gruß aus Berlin!
eddi