Hallo,
folgende Situation:
<table>
<tr>
<td width="100%">
Spalte 1
<table>
<tr>
<td>
Inhalt1
</td>
</tr>
</table>
<td>
</tr>
<tr>
<td width=100%>
Spalte 2
<table>
<tr>
<td>
Inhalt 2
</td>
</tr>
</table>
<td>
</tr>
<tr>
<td width=100%>
Spalte 3
<table>
<tr>
<td>
Inhalt 3
</td>
</tr>
</table>
<td>
</tr>
Tabellen von Inhalt 1+3 sollen sich bezüglich der Höhe variabel zum Inhalt von Spalte 2 verhalten. Wie geht dies am besten?
MfG,
HP-Bauer