Stefan Lodders: Ungewollter Abstand nach Bild im Mozilla (Strict-Doctype)

Beitrag lesen

Hallo,

frag' mich nicht warum, aber Du musst es so machen:

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

<html>
<head>
 <title>Abstand</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
img { padding:0px; margin:0px; border:0px; display:block;}
-->
</style>
</head>

<body style="background-color:black;">

<table border="1" cellpadding="0" cellspacing="0">
        <tr>

<td><img src="suchreflex_err.jpg" alt=""></td>
        </tr>
        </table>

</body>
</html>