What it's all about: If you're using HTML tables within your web page and would like to add a color border, this HTML code will assist you. How it's Done:<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%"> <TR> <TD BGCOLOR="#FFFFFF">Your Text</TD> </TR> </TABLE> Edit the text for color,padding,width,etc. |