Forum Moderators: not2easy

Message Too Old, No Replies

table padding n spacing

how to do cellpading and cellspacing in css?

         

khuti

1:25 am on Mar 29, 2006 (gmt 0)

10+ Year Member



hi, ive been looking around on the net and cant find how to do table cellpadding and cellspacing using css.
and anybody please show me an example?
either that or a good link maybe?

thanks in advance..

khuti

Setek

2:07 am on Mar 29, 2006 (gmt 0)

10+ Year Member



Cellpadding is achieved by padding, and cellspacing by margin -

td { padding: 2px 5px;
margin: 5px; }

khuti

2:12 am on Mar 29, 2006 (gmt 0)

10+ Year Member



ok i see thanks, i thought i tried that and it didnt work, must of been my dodgey spelling or something!

cheers..