1
有一張我已經給出邊框的表格。在給出邊界後,有一些谷歌搜索引擎出現雙邊邊界,我發現邊界崩潰是我的救世主。但試圖以各種可能的方式使用它後,它不起作用。在表格的每一行都會出現雙邊框
底部有一個雙邊框,即將要刪除。
爲了更好地理解附截圖:
我想刪除的每個單元后,未來的雙邊框。
標記。
<table border="1" cellpadding="2" cellspacing="0" style="border-collapse: collapse;">
<thead>
<tr>
<th >
Login Name
</th>
<th>
SheetName
</th>
</tr>
</thead>
<tr>
<td>aaa</td>
<td>abc</td>
</tr>
<tr>
<td>asdfasdf</td>
<td>aasdfsadfbc</td>
</tr>
</table>
請加上CSS樣式,以及。 – 2013-04-05 06:44:36
你在測試哪個瀏覽器?似乎Chrome和Firefox中的[work](http://jsfiddle.net/cLnFE/)。 – Vucko 2013-04-05 06:45:36
它作爲模板附加在電子郵件中 – ankur 2013-04-05 06:47:52