HP-Bauer: Nachtrag und Korrektur des Beispiels! Suche dringend Lösung!

Beitrag lesen

Oh, sorry, sollen Spalten sein! Hier noch einmal das korrigierte Beispiel:

<table>
<tr>
<td width="100%">
Spalte 1
<table>
<tr>
<td>
Inhalt1
</td>
</tr>
</table>
<td>
<td width=100%>
Spalte 2
<table>
<tr>
<td>
Inhalt 2
</td>
</tr>
</table>
<td>
<td width=100%>
Spalte 3
<table>
<tr>
<td>
Inhalt 3
</td>
</tr>
</table>
<td>
</tr>
</table>

Spalte 1+3 sollen immer so hoch sein wie Inhalt 2 (Inhalt 2 wird mittels PHP jeweils dynamisch eingefügt). Bin für jeden Tipp dankbar.