How to reduce space between two columns in html table
This question already has an answer here:
尝试这个:
table {border-collapse: collapse}
table td {padding: 0}
尝试这个:
Table
{
border_collapse:
seperate;
table {padding: 0}
}
链接地址: http://www.djcxy.com/p/16946.html
上一篇: CSS表格样式不起作用
下一篇: 如何减少html表中两列之间的空间