BLOGCN广告的去除

      关于博客 2005-9-17 9:35
假如你不想要blog页面上的那个工具栏,在模板中加入以下代码吧:
<!--not show the bar-->
<script>
hidden_tb();
document.all.item("toolbar1").removeNode(true);
</script>

假如你想去掉浮动广告,试试这个:
<!--not Show the AD-->
<SCRIPT language=javascript>
oTime.style.display='none';
oTime1.style.display='none';
</SCRIPT>


把它们放在</table>之后,</body>之前就行了
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}