I have a table with a colored background and I need to specify the padding between the table and it\'s content, I.E. cells. The table tag doesn\'t seem to accept a paddi
You could set a margin for the table. Alternatively, wrap the table in a div and use the div's padding.