Cannot put margin on tag with neither CSS nor cellspacing attribute

后端 未结 7 1818
感情败类
感情败类 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 10:05

    make style td with block. Try this,

    Please Re-enter login information
    .SlateGridDataError { border-radius: 2px; display: block; font-size: 14px; color: #999999; display:block; border: 1px solid #dd3c39; border-left: 5px solid #dd3c39; padding: 12px 5px; margin-bottom: 20px; cursor: default; outline: none; }

提交回复
热议问题