|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
菜,這個頁的表格的黑色單線是怎麼設置的?
菜,
1。這個頁的表格的黑色單線是怎麼設置的?
2。如果不使用表格,怎麼在網頁上有一條豎線???
謝謝回復!!! |
[html]
<p style="border-right:solid 1px red;width:100px;">菜,
1。這個頁的表格的黑色單線是怎麼設置的?
2。如果不使用表格,怎麼在網頁上有一條豎線???
謝謝回復!!!</p>
[/html] |
guoshuang在上個帖子中說
謝謝,要是表格呢?(問題1) |
[html]
<table border="0" cellpadding="0" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#ccccd4">
<td>test</td>
</tr>
</table>
[/html]
|
謝謝各位!!! |
|