How can I control cellpadding and cellspacing in a CSS stylesheet to obtain the same effect as when putting the attributes on the table tag?
|
1
|
|
|
|
|
|
Setting margins on table cells doesn't really have any effect as far as I know. The true CSS equivalent for |
||
|
|
|
|
Also, if you want |
||
|
|
|
|
Simply apply
and
css properties to individual components of the table, th, tr, td etc. as you see fit... |
||||||
|
|
|
Let's say you want 5 cellpadding and 10 cellspacing, do this: HTML
CSS
|
||||||||
|
|
|
|
||
|
|
