If you are looking to do it with CSS, you can add a border to a table using the following in the <table> tag:
style="border: 1px solid #000000;"
Just change the color code to that of what you are looking to use. What you see in the picture is an HTML border and it looks to be about 2px-3px think, not 1px. Default table borders (using the border="1" attribute) are usually thicker than CSS borders.
|