Hi,

I am having problems with tables, basically I want to do all formatting in CSS 
but am having problems knowing how to do "cellspacing" and "cellpadding" table 
attributes in CSS.

At the moment I have :-

    table {
        border: 1px solid black;
        }
    td  {
        border: 1px solid black;
        }
    th  {
        border: 1px solid black;
        }

and

    <table cellspacing="0" cellpadding="2">
        ...
    </table>

How do I do this all in CSS ?

Many thanks in advance,

Aaron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to