knagge: design-problem: linie im firefox

Beitrag lesen

hmmm, ich hab eigentlich gar keine leerzeile drin...

mein code ist folgender:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html lang="de">
<head>
<title>test</title>
   <style type="text/css" media="screen, projection">
    @import "../HOMEPAGE GM/Neuer Ordner/css/style.css";
  </style>
  <link rel="stylesheet" type="text/css" href="../HOMEPAGE GM/Neuer Ordner/css/print.css" media="print">
<style type="text/css">
<!--
body {
 background-image: url(img/bg.gif);
 background-repeat: repeat-x;
 margin-top: 0px;
}
.Stil1 {font-family: arial}
-->
</style></head>
<body>
<table width="450" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center"><img src="img/header.gif" width="781" height="184" border="0"></td>
  </tr>
  <tr>
    <td align="center" background="img/text_bg.gif" border="0">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="3%"></td>
          <td width="94%"><p align="left" class="Stil1">Text
            </td>
          <td width="3%"></td>
        </tr>
      </table>
    </div></td>
  </tr>
  <tr>
    <td align="center"><img src="img/footer.gif"></td>
  </tr>
</table>
</div>
</div>
</body>
</html>