Uschi Renziehausen: "css-blockelement" (<H1>) mit bgcolor zu breit in NS4.x, ?

Beitrag lesen

Moin,

meinste das so?

<html>
<head>
 <style type="text/css">
 body,th,td,div,span,ol,ul,li,dl,dt,dd {
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  color:#ffffff;
 }

body {
  background-color:#8f8f8f;
 }

h1 {font-size: 30px;padding-left:5px}

table.main {
  width:770px;
 }

td.headline {
  background-color:#bfbfbf;
  color:#e4e4e4;
 }

</style>
</head>
<body>
<table class="main" width="770">
 <tr>
  <td class="headline"><h1>Eine dicke fette Überschrift, die ganz doll viel lang ist</h1></td>
 </tr>
 <tr>
  <td>Und hier der Rest vons janze</td>
 </tr>
</table>
</body>
</html>

gruesse, uschi