Html中的 Table標籤中 border="1" 這樣的表格看起來真的很俗
要如何做出細線表格?
除了用圖之外,還有一個還算簡單的方法...

在table標籤中加上 border="1" style="border-collapse:collapse;" borderColor="black"
Code如下:
<table width="300" border="1" style="border-collapse:collapse;" borderColor=black >
<tr>
<td>&nbsp;</td>
</tr>
</table>

~Shael

arrow
arrow
    全站熱搜

    shael 發表在 痞客邦 留言(0) 人氣()