I am a table! And I span 5 columns below me! | ||||
I am spanning the 2 rows on the left! | I am spanning 4 columns below me! |
|||
Column Number; | 1 | 2 | 3 |
Here is the code;
<TABLE border="1" width="100%">
<TR>
<TD width="100%" colspan="5"
align="center">I am a table! And I span 5 columns below me!</TD>
</TR>
<TR>
<TD width="25%" rowspan="2" valign="middle">I
am spanning the 2 rows on the left!</TD>
<TD width="125%" colspan="4"><p align="center">I am spanning 4 columns
below me!</TD>
</TR>
<TR>
<TD width="25%">Column
Number;</TD>
<TD width="25%">1</TD>
<TD width="25%">2</TD>
<TD width="25%">3</TD>
</TR>
</TABLE>
I am always pleased to hear from you.
Send your comments to