Answers
May 25, 2006 - 08:03 AM
Simply add a border tag and border color tag to the table tag.
Looks like this:
That should do it for you. Now, give me points.
May 25, 2006 - 08:21 AM
Jun 06, 2006 - 06:27 PM
Example
Explanation:
border (the CSS attribute)
1px (the size - here in pixels)
solid (the style)
blue (the color)
Not so complicated after all...



Add New Comment