To change the border color, put your cursor in the opening table
tag. We already have two attributes in the tag: one for the size
of the border and one for cellpadding. Let's click after the
border size attribute and add a space. The code for border color
is bordercolor=" " with a color code or name inbetween the quotation
marks.
I've made my border black: 000000; make yours whatever color
you'd like.
Then, save and refresh your browser. |