Hi,
I've got a webpage with 20 or so tables, all with the same style and I want to use a stylesheet to optimise the code. My requirement is seemingly simple:
<table cellspacing=0 cellpadding=0 border=0>
However I can't find the CSS equivalent. The closest I've got so far is:
TABLE { border-width: 0 0 0 0; border-collapse: collapse;}
but that still gives me a 1px edge around the tables plus a weird right-hand edge down every cell that I can't account for - I only know that if I use my <table ... > formatting they disappear.
Please! What's the equivalent to my <table ... > properties in style-sheet syntax?
- Andy
_______________________________
"On a clear disk you can seek forever"
I've got a webpage with 20 or so tables, all with the same style and I want to use a stylesheet to optimise the code. My requirement is seemingly simple:
<table cellspacing=0 cellpadding=0 border=0>
However I can't find the CSS equivalent. The closest I've got so far is:
TABLE { border-width: 0 0 0 0; border-collapse: collapse;}
but that still gives me a 1px edge around the tables plus a weird right-hand edge down every cell that I can't account for - I only know that if I use my <table ... > formatting they disappear.
Please! What's the equivalent to my <table ... > properties in style-sheet syntax?
- Andy
_______________________________
"On a clear disk you can seek forever"