I am trying to create a table in which each cell has a background color with a space between them. But I seem to be having problems with this.
I tried setting the td fields, but it didn't seem to be affected.
table.myclass td { background-color: lime; margin: 12px 12px 12px 12px; }β
If I do the same with the add-on, it works, but then I have no spacing between cells.
Can anyone help me with this?
jsFiddle: http://jsfiddle.net/BfBSM/
html css table
Jonathan Wood Sep 25 '12 at 14:45 2012-09-25 14:45
source share