Tables and Borders
[ Up ] [ Next ]
This is my Table Caption
| Cell One |
Cell Two |
Cell Three |
Cell Four |
| Cell One |
Cell Two |
Cell Three |
Cell Four |
| Cell One |
Cell Two |
Cell Three |
Cell Four |
<CENTER>
<TABLE BORDER="10" BORDERCOLORLIGHT="lightblue" BORDERCOLORDARK="darkblue" CELLPADDING="5">
<CAPTION>This is my Table Caption</CAPTION>
<TR>
<TD BGCOLOR="pink">Cell One</TD>
<TD>Cell Two</TD>
<TD BGCOLOR="teal">Cell Three</TD>
<TD>Cell Four</TD>
</TR>
<TR>
<TD>Cell One</TD>
<TD BGCOLOR="violet">Cell Two</TD>
<TD>Cell Three</TD>
<TD BGCOLOR="tan">Cell Four</TD>
</TR>
<TR>
<TD BGCOLOR="orange">Cell One</TD>
<TD>Cell Two</TD>
<TD BGCOLOR="yellow">Cell Three</TD>
<TD>Cell Four</TD>
</TR>
</TABLE>
</CENTER>