xxx的留言板 xxx的相簿 那行~
如何把它隱藏或刪掉
2007-06-18 11:49:00 · 2 個解答 · 發問者 浩宇 1 in 電腦與網際網路 ➔ 程式設計
我的留言板http://www.wretch.cc/guestbook/pay086
2007-06-18 11:49:43 · update #1
你好,你到 留言板>樣式管理>修改CSS樣式表
按 Ctrl+F 搜尋,並取代這段CSS語法變成這樣↓
#banner {
border: 0px dotted ;
height: 0px;
padding: 0px 0px 0px 0px;
margin-top:10px;
margin-bottom:10px;
display: none;
}
試試看囉 ^.^
2007-06-18 12:44:10 · answer #1 · answered by 紫色遊魂 7 · 0⤊ 0⤋
CSS 樣式表尾加一行:
td#menu {display:none;}
2007-06-18 17:59:38 · answer #2 · answered by mh 7 · 0⤊ 0⤋