Adding Color To Your Table Borders
Posted Friday, February 6, 2004
(Internet Explorer)
In this example, the table background color is set to #EAE8E8. The border color is set to #C6C6C6.
<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BGCOLOR="#EAE8E8">Your Text</TD>
</TR>
</TABLE>