MOIN!
Das ist fürwahr das eleganteste, und ganz ohne SChachtelung. Bei Bedarf setzt man jetzt noch die festen Spaltenbreiten in die colgroup:
<table>
<colgroup>
<col width="100">
<col width="50">
<col width="50">
<col width="100">
</colgroup>
<tr><td>1</td><td colspan="2">2</td><td>3</td></tr>
<tr><td colspan="2">4</td><td colspan="2">5</td></tr>
</table>
und schon sieht das ganze nett aus...
Gruß,
Arne.