Add space between cells (td) using css

前端 未结 7 649
走了就别回头了
走了就别回头了 2020-12-24 04:13

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

7条回答
  •  春和景丽
    2020-12-24 04:49

    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.

提交回复
热议问题