Hallo,
wie ist es korrekt, ein dreispaltiges Tabellenlayout zu machen, dass sich der Fenstergröße anpasst?
so:
versuch es doch mal so hier :
<table border="1" width="100%">
<colgroup>
<col width="30%">
<col width="30%">
<col width="30%">
</colgroup>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
Gruß eisi