Home
Little Joe Ezine
Articles
Books & Literature
Hosting FAQ'S
Share & Help Other
Windows or Linux
Domain Names
1-800
Articles
 

download The Netwriting Masters Course

Change Border Color of a Table



It’s also possible to change the border color of a table by adding the color attribute within the table tag as shown below:

<TABLE BORDER="2" BORDERCOLOR="#0000FF" CELLPADDING="2" CELLSPACING="2" WIDTH="50%">
<TR>
<TD>First Column</TD>
<TD>Second Column</TD>
</TR>
</TABLE>


Remember to edit the text in bold to suite the choice of color you want to use as your border color.

Here is how the example above would look like on a web page.

First Column Second Column


Close change border color window
and return to Html JavaScript Homepage


footer for change border color page