Auge: Haarlinien-Tabellenrahmen in NS 4.7

Beitrag lesen

Hallo

<body bgcolor="#3399CC">
<table width="600" cellspacing="0" cellpadding="0" height="300" bgcolor="#FFFFFF">

mach mal cellpadding="1" draus.

<tr align="center" valign="middle">
    <td>
      <table width="598" cellspacing="0" cellpadding="0" height="298" bgcolor="#3399CC">

und hier width="100%"
und es gibt in html keine Höhenangabe für Tabellen oder deren Zellen.

<tr>
          <td> </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>
Da ich meine Diplomarbeit in 2 Tagen abgeben muss, bin ich um jede Hilfe überglücklich!

Tschüß, Auge