HTML Table Borders: All Three Border Color Attributes At Once
Netscape and MSIE both recognize For example, this code says that the overall border color is blue, but also specifies that the light portion is a light blue and the dark portion is regular blue:
<TABLE border="1" bordercolor="#CBD3E1" bgcolor="#F1F4F5" BORDERCOLOR="#0000FF" BORDERCOLORLIGHT="#33CCFF" BORDERCOLORDARK="#0000CC"> <TR> <TD>bordercolor</TD> <TD>bordercolorlight</TD> </TR> <TR> <TD>bordercolordark</TD> <TD>bordercolor again</TD> </TR> </TABLE> which gives us this table
Table Background Colors and Images > |