quote:Incidentally, border-collapse only works in later (5.x+) versions of IE (I believe Mozilla/NS6 has had support for it for quite some time).
Perhaps you can get some more useful answers through this: http://www.google.com/search?q=cellspacing+%2BCSS <edit> All results from that search seem to give the same answer as the one in the URLs I gave at the top of this post so it might actually be the only solution </edit>
Hey Frutzle ... I had found that site before I even got back here to check if there was a response. This works in IE at least:
border-colapse: collapse; border-spacing: 1px;
HOWEVER, do you happen to know if that will work in other browsers? Which ones will it not work in? (especially AOL's browser) -- BTW I don't care about old browser versions, just the most current.
According to another result on that google search page, it works in IE6+, NN6+, Opera 5+ and Mozilla. I'm afraid you'll have to find out for other browsers by testing it.
Oh, and who knows what happens using IE or NN on a MAC
Yeah... I know. And I have quite a bit of MAC users. I'm just sick of typing <table width="100%" border="0" bgcolor="#000000" cellspacing="1" cellpadding="0"> all the time. Even cut and paste is getting old.