Heres one of my tables I use. I'm no virtuoso by any means.
What's really difficult is to make tables that have rounded corners
and look the same in any browser.


TABLE.Table1
{

display:block;
width: 450px;
border-top:solid;
border-bottom:solid;
border-left:solid;
border-right:solid;
border-color: #000000;

border-width: 2px;
background-color:white;

}

Comment/Reply (w/o sign-up)