I am trying to add a table with space between cell as the background colour of the cell is white and the background color of the table is blue, you can easily see that paddi
cellspacing (distance between cells) parameter of the TABLE tag is precisely what you want. The disadvantage is it's one value, used both for x and y, you can't choose different spacing or padding vertically/horizontally. There is a CSS property too, but it's not widely supported.