Hi there,
You can use the CSS border property for that, like this:
<table style="border-left: 2px solid red; border-right: 3px solid green;">
..
</table>
This adds a 2 pixel red border to the left of the table, and a 3 px green border to the right. Similarly, you can also set border-top and border-bottom, and obviously, you can change stuff like color, size etc.
Does this help?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004