Hallo
ich habe ein Problem mit meiner Layouttabelle und finde den Fehler einfach nicht
<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height = "85" colspan="3" scope="col"></td>
</tr>
<tr>
<td width="164" rowspan="2" align="left" valign="top"> </td>
<td width="602" height="137" align="center" valign="top">Mitte 1</td>
<td width="200" rowspan="2" align="center" valign="top">Rechts</td>
</tr>
<tr>
<td width = "578" height="400" valign="top" align="center">
Mitte 2</td>
</tr>
</table>
Mein Vorhaben:
Mitte 1 darf nie höher als 137.
Mitte 2 streckt sich mit Rechts ohne bei Mitte 1 die Höhe zu verändern.
Danke im Voraus
ich habe ein Problem mit meiner Layouttabelle und finde den Fehler einfach nicht

<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height = "85" colspan="3" scope="col"></td>
</tr>
<tr>
<td width="164" rowspan="2" align="left" valign="top"> </td>
<td width="602" height="137" align="center" valign="top">Mitte 1</td>
<td width="200" rowspan="2" align="center" valign="top">Rechts</td>
</tr>
<tr>
<td width = "578" height="400" valign="top" align="center">
Mitte 2</td>
</tr>
</table>
Mein Vorhaben:
Mitte 1 darf nie höher als 137.
Mitte 2 streckt sich mit Rechts ohne bei Mitte 1 die Höhe zu verändern.
Danke im Voraus