posted 24 years ago
Hi !
I've found out that the following html piece doesn't render correctly in any of browsers I've seen.
This is of course incorrect HTML, as it tells cpans to overlap each other, forming a cross. But my question will be - does somebody know how to render this sort of tables, when we have overlapped spans ? I didn't find it in any standarts or smth. else.
Thanx for your help.
<html><body>
<table border=1 cellspacing=0 cellpadding=0>
<tr><td>left<br>up</td><td
rowspan=3>row<br>span<br>row<br>span</td><td>right<br>up</td></tr> <tr><td
colspan=3>col span</td></tr>
<tr><td>left<br>down</td><td>right<br>down</td></tr>
</table>
</body></html>
------------------
With best of best regards, Pawel S. Veselov ( aka Black Angel )
With best of best regards, Pawel S. Veselov ( aka Black Angel )