如何减少html表中两列之间的空间

时间:2016-10-01 11:29:52

标签: html datatables

我正在使用数据表来显示数据库中的数据。数据表的两列之间有一些空格。如何减少它们之间的空间。我尝试过cellspacing,但在html5中已弃用。有没有办法做到这一点。

2 个答案:

答案 0 :(得分:0)

试试这个:

table {border-collapse: collapse}
table td {padding: 0}

答案 1 :(得分:0)

尝试这个:

Table 
{
  border_collapse:
    seperate;
  table {padding: 0}
  }