Wie mache ich das?
1 text
2
3
4
+-------------------------+
fußnote
----------------------------------------+
Also:
<table>
<TR>
<TD ROWSPAN=2>1 2 3 4</TD>
<TD>text</TD>
</TR>
<TR>
<TD>fußnote</TD>
</TR>
</table>
Wie mache ich das?
1 text
2
3
4
+-------------------------+
fußnote
----------------------------------------+
Also:
<table>
<TR>
<TD ROWSPAN=2>1 2 3 4</TD>
<TD>text</TD>
</TR>
<TR>
<TD>fußnote</TD>
</TR>
</table>