表只有一個邊界線,在這種情況下,我有兩個邊界...表有一個邊界
<table width="100%" border="1">
<tr>
<td width="12%"> </td>
<td width="88%"> </td>
</tr>
</table>
感謝
表只有一個邊界線,在這種情況下,我有兩個邊界...表有一個邊界
<table width="100%" border="1">
<tr>
<td width="12%"> </td>
<td width="88%"> </td>
</tr>
</table>
感謝
CSS:
table {border-collapse:collapse;}
你應該真的在可能的情況下使用css進行造型。關於它的一個偉大的文章是在這裏http://www.w3schools.com/css/css_table.asp
嘗試增加這個給你的CSS
table
{
border-collapse:collapse;
}
一個例子是這裏http://jsfiddle.net/cxmBW/1