Aybee: 2 Tabellen in einer großen ausrichten

Beitrag lesen

Hallo Chris,

<body>
<table width="100%" height="100%" border="1" height="">
  <tr>
    <td height="50%">
     <table width="100%" height="100%" border="1" bgcolor="#000000">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
  </td>
  </tr>
  <tr>
    <td height="400">
      <table width="100%" height="100%" border="1" bgcolor="#CCCCCC">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td height="50%">
      <table width="100%" height="100%" border="1" bgcolor="#000000">
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>

Mit Gruß