cellpadding seems to have no effect

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
finna

cellpadding seems to have no effect

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: cellpadding seems to have no effect

Post by tsw »

default stylesheets have some rules that affect table's

try adding some css like

table td {
padding:0.2em;
}

hope this helps
finna

Re: cellpadding seems to have no effect

Post by finna »

That did the trick.  Many thanks.

Finn
Locked

Return to “Layout and Design (CSS & HTML)”