嘿,我有一个小问题,我已经设置
border: none;
border-width: 0px;
border-spacing: 0px;
border-collapse: collapse;
padding: 0px;
margin: 0px;
对于table,td和tr,但是tr节点之间仍然存在1px的边框。
html代码:
<table>
<tr>
<td>
<a href='url'> some text </a>
</td>
<td>
<a href='url'> some text </a>
</td>
</tr>
</table>
因为我已经设置
display: block;
color: white;
font-size: 13px;
text-decoration: none;
height: 24px;
padding: 9px 19px 1px;
font-weight: 600;
text-align: center;
将填充更改为 0,不给出任何结果。
有什么解决办法吗?
浏览器:最后一个chrome,firefox。
操作系统 MAC 操作系统 10.8