Uncle Jim's Web Designs
Table Border Styles Using CSS
You simply add the following to the table tag.
style="border:8px solid #0099FF"
The number 8 specifies the width of the border while the hex color code #009191 specifies the color of the border.
THIS IS A SOLID BORDER TABLE