| Here are the HTML codes of all the tables on my Tables page. 3 X 5 table: <TABLE WIDTH="90%" BGCOLOR="#00FFFF" CELLSPACING="1" CELLPADDING="4" BORDER="1" bordercolor="blue"> <TR> <TD>123</TD> <TD>456</TD> <TD>789</TD> <TD>321</TD> <TD>654</TD> </TR> <TR> <TD>987</TD> <TD>135</TD> <TD>357</TD> <TD>579</TD> <TD>531</TD> </TR> <TR> <TD>753</TD> <TD>975</TD> <TD>147</TD> <TD>258</TD> <TD>369</TD> </TR> </TABLE> one column table: <TABLE WIDTH="30%" BGCOLOR="#5DCCFF" CELLSPACING="1" CELLPADDING="4" BORDER="0"> <TR> <TD><b>Home</b></TD> </TR> <TR> <TD><b>Using the Internet</b></TD> </TR> <TR> <TD><b>Building a Website</b></TD> </TR> <TR> <TD><b>Working at Home</b></TD> </TR> <TR> <TD><b>Investing</b></TD> </TR> </TABLE> one column table with white text : <TABLE WIDTH="30%" BGCOLOR="#5DCCFF" CELLSPACING="1" CELLPADDING="4" BORDER="0"> <TR> <TD><font color="FFFFFF"><b>Home</b></font></TD> </TR> <TR> </TD> <TD><font color="FFFFFF"><b>Using the Internet</b></font> </TR> <TR> <TD><font color="FFFFFF"><b>Building a Website</b></font></TD> </TR> <TR> <TD><font color="FFFFFF"><b>Working at Home</b></font></TD> </TR> <TR> <TD><font color="FFFFFF"><b>Investing</b></font></TD> </TR> </TABLE> Table with text: <TABLE WIDTH="100%" BGCOLOR="#9999FF" CELLSPACING="1" CELLPADDING="1" BORDER="1"> <TR> <TD>Hi everybody, I'm glad you came on my website and I sure hope it is helping you by giving you some tips you didn't know before. </TD> </TR> </TABLE> Rounded corner table : <div align="center"> <TABLE BGCOLOR="CDBEFF" WIDTH="205" height="105" BORDER="0" CELLPADDING="0" CELLSPACING="0" summary="lilac background table"> <TR> <TD> <TABLE WIDTH="200" height="200" BORDER="0" CELLPADDING="0" CELLSPACING="0" bgcolor="#5DCCFF" align="center" summary="colored background table"> <TR> <TD valign="top"> <IMG SRC="tl20.gif" WIDTH="20" HEIGHT="20"></TD> <TD valign="top" align="right"> <IMG SRC="tr20.gif" WIDTH="20" HEIGHT="20"></TD> </TR> <tr> <td font color ="white" align="center" valign="top" class="smallcontent"><font color="white" size="5">I think rounded table are pretty, aren't they?</font> </td> </tr> <TR> <TD valign="bottom"> <IMG SRC="bl20.gif" WIDTH="20" HEIGHT="20"></TD> <TD valign="bottom" align="right"> <IMG SRC="br20.gif" WIDTH="20" HEIGHT="20"></TD> </TR> </TABLE> </TD> </TR> </TABLE> </div> |
| Back to the Tables page. |
|
||||||
|
||||||