Setting Cell Spacing

Setting Cell Spacing

The default table border looks like a double line, but this effect is just a combination of the border around the table as a whole and the border around each cell. The double effect is created by the spacing between the cells.

To make the borders a single solid line between one cell and another, set the cell spacing to zero:

Like :- <table cellpadding=”10px” cellspacing=”0px”>