假如你不想要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>之前就行了
<!--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>之前就行了
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}