Ralf Kluth: Tabelle 100% und Netscape 4.7x

Beitrag lesen

Tag auch

Was mache ich falsch oder Bug von Netscape??????
Eigentlich weder noch.

Schreib mal das
<style type="text/css">
<!--
body {margin:0px}
-->
</style>
in den Head-Bereich.

Beachte aber bitte, daß im Netscape 4.x die CSS-Angaben nur bei aktiviertem Javascript interpretiert werden.

Die alternative (allerdings verpönte) Methode wäre <body marginwidth="0" marginheight="0">

Thomas J.

PS: Ein Fragezeichen hätte auch genügt.

Das klappt leider immer noch nicht. Anbei der Code der Seite:

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

<html>
<head>
<title>Oldtimer - Klassiker und Kurioses</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="Oldtimer, Klassiker, BMW, Mercedes, ">
<meta name="description" content="Hier finden Sie eine Übersicht über zahlreiche Oldtimer und Klassiker der Automobilindustrie.">
<meta name="Author" content="Ralf Kluth">
</head>

<style type="text/css">
<!--
body {margin:0px}
-->
</style>

<body bgcolor="#FFFFFF" text="#000000" link="#000000" vlink="#000000" alink="#000000">

<table width="100%" border="0" cellpadding="0" cellspacing="0">
  <tr bgcolor="#CCCCCC">
    <td width="100%" height="50" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="250"><img src="img/logo.gif" width="68" height="50"></td>
          <td align="right">
             <table width="250" border="0" cellspacing="0" cellpadding="0">

<tr align="right">
                <td>Oldtimer Homepage</td>
              </tr>
              <tr align="right">
                <td>http://www.oldtimer.de</td>
              </tr>
              <tr align="right">
                <td>Stand:
                  <!-- #BeginDate format:Ge1 -->19.02.2002<!-- #EndDate -->
                </td>
              </tr>
              </table>
            </td>
        </tr>
      </table>
    </td>
   </tr>
</table>

</body>
</html>