padding not working in table tag
I've got a quick CSS questions.
When I try to add padding to a table via a class or inline style it doesn't work.
Here's how I'd write the inline style-
style=" padding:15px; magin:5px; border:solid 1px #362F2D;"
I get the border and the margin but no internal padding. What gives? This style works in Divs, spans and td's but not in the table tag. What am I doing wrong?
Thanks for your help,
Pete
|