I am spanning 3 rows! | This is my TABLE | ||||||
I have some padding to keep me away from the border! |
|
||||||
Watching Television | Playing sports |
This is the code for the above table:
<!-- Start of Simple Table -->
<center>
<TABLE WIDTH="95%" BORDER="10" BORDERCOLOR="black" CELLPADDING="5">
<TR>
<TD ROWSPAN="3" BACKGROUND="PinkBackground.gif" ALIGN="center" WIDTH="20%">I
am spanning 3 rows!</TD>
<TD COLSPAN="2" BGCOLOR="yellow" ALIGN="center">This
is my table</TD>
</TR>
<TR>
<TD BGCOLOR="aqua" ALIGN="right" VALIGN="top"> <p>I have some padding to keep me away from
the border! </TD>
<TD BGCOLOR="Fuchsia"><!-- Nested Table --><TABLE BORDER="3" WIDTH="100%">
<TR>
<TD COLSPAN="2" ALIGN="center">Nested
Table</TD>
</TR>
<TR>
<TD>The self known to
me</TD>
<TD>The self unknown to me
and unknown by others</TD>
</TR>
<TR>
<TD>The self known to me
and known by others</TD>
<TD>The self unknown to me
but known by others</TD>
<!-- End of Nested Table -->
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD BGCOLOR="lime">Watching
Television</TD>
<TD BGCOLOR="silver">Playing
sports</TD>
</TR>
</TABLE>
</center>
<!-- End of Simple Table -->
I am always pleased to hear from you.
Send your comments to