Not entirely PHP related, but I'm ready to bet there are some CSS gurus out there.
I have a table with cellspacing=1.
Is it possible using the style tag to have some of the table cells be 'spaceless' even though the above declaration was made for all cells.
For example, rendering the border 'A' in the table below spaceless although all others would have space '1'.
| | |
------------ A-------------
| | |
Thanks.
S.