2006-10-14

去除NavBar

如何把置顶的那个Blog Navbar给去掉 呢?
在blogger的Template-edit html中找到:

<style type="text/css"> ...... </style>
在红色字中间插入:
#b-navbar {
height:0px;
visibility:hidden;
display:none }
不过个人觉得这个导航条还是蛮好用的```

来自:Yee’s Blog

没有评论: