Page 1 of 1

cellpadding seems to have no effect

Posted: Sat Feb 17, 2007 10:30 am
by finna
I have a simple table on this page:  http://www.condes.net/index.php?page=order_on-line

I try to use cellpadding to have some space around the text in the cells, but cellpadding doesn't seem to have any effect...

Any help would be appreciated.

best regards,
Finn

Re: cellpadding seems to have no effect

Posted: Sat Feb 17, 2007 11:05 am
by tsw
default stylesheets have some rules that affect table's

try adding some css like

table td {
padding:0.2em;
}

hope this helps

Re: cellpadding seems to have no effect

Posted: Mon Feb 19, 2007 7:35 am
by finna
That did the trick.  Many thanks.

Finn