Hallo,
---------------- ----------------
| |________| (wie?) |_______| |
| |________| ------------> |_______| |
| | | | | |
---------------- ----------------
So:
<table border="1">
<tr>
<td>Zelle1</td>
<td rowspan="3">Zelle2</td>
</tr>
<tr>
<td>Zelle3</td>
</tr>
<tr>
<td>Zelle4</td>
</tr>
</table>
Wo ist das Problem?
viele Grüße
Axel