I'm not sure doing away with tables completely is the way I want to go at the moment. I recently completely rewrote my site for XHTML compliance, and don't want to do something so drastic again. Plus, I don't see what's so wrong with tables? Frankly, I think they're a far better layout tool than DIVs and SPANs. With those it seems like it's a crap shoot in how it will format. You can move them around more, but I use tables in situations where I don't want something to move around. Perhaps if the W3C and the various browser companies (sorry, but Netscape was the worst) had worked out the huge descrepencies with tables, it would have worked out better. Ah well, sorry for the rant.

Anyway, the HTML is at the bottom of the page at www.dignan17.com/links

The CSS looks like this:
div.linkshead

{
border: solid #880000;
border-width: 1px 10px 1px 10px;
width: 730px;
text-align: center;
margin-bottom: 5px;
font-weight: bold;
background-color: #EEEEEE
}
_________________________
Matt