Thomas Behring: noch immer keine Lösung

Beitrag lesen

Hier ist noch eine aufgeräumtere Version:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<title>Test</title>
<style type="text/css">
<!--
#content
{
 height   : 500px;
 width   : 950px;
}

#header
{
 margin   : 20px;
 width   : 100%;
}
//-->
</style>
</head>

<body>
<table id="content" border="1">
 <tr>
  <td>
   <table id="header" border="1">
    <tr>
     <td>Text</td>
    </tr>
   </table>
  </td>
 </tr>
</table>
</body>
</html>