Cannot put margin on tag with neither CSS nor cellspacing attribute

后端 未结 7 1840
感情败类
感情败类 2020-12-13 09:39

For whatever reason, I have been unable to get any table cells to have margin between them. I want the table cells to have a grey background colour (over a white page backgr

7条回答
  •  遥遥无期
    2020-12-13 09:53

    I think cellspacing takes the color same as the table's background color.
    So you have two options:
    1. Apply the background color to the tds rather than the

    itself.
    2. You might want to use a white border (border for
    with a border-collapse: collapse for the table)

    提交回复
    热议问题