Adding color to your table border is easy! Just add BORDERCOLOR=”#ff0000″ (replace with the color of your choice) within your <table> tag.
<!— begin code here –>
<TABLE BORDER=”2″ BORDERCOLOR=”#ff0000″ CELLPADDING=”4″ CELLSPACING=”0″ WIDTH=”65%”>
<TR>
<TD>Column 1</TD><TD>Column 2</TD>
</TR>
</TABLE>
<!— end code here –>
SAMPLE:
| Column 1 | Column 2 |
