Using a pointed stick and some pebbles, Bob scraped this into the dirt:
> What CSS do I need to make the table borders "flat" (just a band of
> color) in Mozilla/Netscape (MSIE seems to default to this).
table {
border-collapse: collapse;
}
td {
border: 1px solid #000000;
}
--
Dylan Parry
http://electricfreedom.org -- Where the Music Progressively Rocks!