-Andy Goldberg
I have tried to use css margin in combination with a css display option to
collapse/expand table rows.
However, I find the cellspacing of the table does not go away even though
the margin is set to 0 px.
In netscape 6.2 the same solution works correctly.
Andy Goldberg wrote in message ...
<quote Roland Shaw>
margin, on the TD
NB, you'll need "border-collapse: collapse" on the TABLE too, I find...
</quote Roland Shaw>
HTH
PeterMcC
td {padding:2px}
You can try:
table {padding:2px;}
and see if that works....
::BOB::
"Bob Sampson" <b...@constructive-media.com> wrote...