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
cellpadding seems to have no effect
Re: cellpadding seems to have no effect
default stylesheets have some rules that affect table's
try adding some css like
table td {
padding:0.2em;
}
hope this helps
try adding some css like
table td {
padding:0.2em;
}
hope this helps