Replacing cellpadding with style?
With what css property can I replace the table's attribute CELLPADDING?
I know that I can use the PADDING property, but I have to use it on every <TD> tag.
Is there a css property which can be applied directly to the TABLE element?
alexander
12:11/01.04.2008
1 from possible 5 with 3 votes
table td{padding: 10px;}
What other way...?!
Vote:
Please vote! Your opinion matters!