close
惹人的廣告不知道如何用掉嗎?
把語法貼在《相簿》留言板的ccs表空白處即可
如果失敗善用環原王喔!

相簿
/* 擋廣告開始 */
#ad_banner a {position : absolute;clip: rect(500px 0px 0px 500px);}
#logo {display: none;}
#ad_button {display: none;}
table tr td {width: auto !important; height: auto !important;}
table tr #logo {display: none !important; width: auto !important; height: auto !important;}
table tr ad_banner a img {display: none !important; width: 0px !important; height: 0px !important;}
table tr td object {display: none !important; width: 0px !important; height: 0px !important;}
table tr td embed {display: none !important; width: 0px !important; height: 0px !important;}
td center font a {display: none !important; width: 0px !important; height: 0px !important;}
td .small-c tr td {display: none !important; width: 0px !important; height: 0px !important;}
table tr td div {display: none !important; width: 0px !important; height: 0px !important;}
td#ad_banner a img {display: none !important; width: 0px !important; height: 0px !important;}
object {display: none !important; width: 0px !important; height: 0px !important;}
center a img { display: none !important; }
/* 擋廣告結束 */

如果是那種會浮動的廣告
也就是說
你滾捲軸他照常跟下來的那種
那就用#floatlayer{display:none;}
即可

如果相框變形了可以使用下列方法
請到CSS樣式列表中找到 .side{}
在裡面加入
.side{
width: 120px !important;/*相本寬*/
height: 120px !important;/*相本高*/
border: 1px solid #000;/*相框*/
}
可以自由修改寬高跟相框

留言板
/* 擋廣告開始 */
img { display: none !important; }
#logo, #logo img { position: absolute; left: -1000px; !important; }
#floatLayer {display:none !important;}
div table .small-c tr td{ display:none; }
#ad_top, object, embed { display: none !important; }
div table tr td { width:auto !important;height:auto !important; }
table tr td { width:auto !important;height:auto !important; }
/* 擋廣告結束 */

從哈拉整理出來的XDD"


arrow
arrow
    全站熱搜

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