Blog Merge and Other Tests

Google

Thursday, January 11, 2007

订阅博客,精彩内容不再错过:阅读器订阅 邮件订阅

What should you do with Blogspot Navbar

共同学习,共同进步!

It's not very usual for people to notice Blogspot's Navbar, and I found some are wondering how they could remove or at least hide the Navbar. We'd like to about a little over Navbar in this post.

Advantage:
If you have the Navbar, the most import advantage you can make for your visitors and yourself as well is that your blog is already searchable with the 'Blog Search', which searches the current blog and all blogs using Google's Blog Search. You may now have a try in your blog to find something and we believe you'll agree the Navbar is some useful.

Some other goodness of the Navbar are: you can surf to Blogger.Com using the 'E Blogger' button on the left side of Navbar; and the 'Get Your Own Blog' is another way to get to Blogger.Com like the one just ahead. And 'Flag?' button gives you the right to report abusement when you encounter a BAD blog (in order to have a clean blogosphere, we bloggers have such a liability, don't we?). The button at the most right is 'Next Blog', by clicking on which you could travel on to others' blogs.

Nevertheless, Disadvantage:
However, if you really want to get rid of Navbar, here's what you could do to make it true (although you may find in Blogger.Com Help saying bloggers who do not use the FTP Publishing way are not able to forbid showing Navbar).

Log in Blogger.Com, and head to 'Editing Template (HTML)', if you are using old Blogger, then find the code:
《style type="text/css"》,
put the following code just below the above code:

#b-navbar { height: 0px; visibility: hidden; display: none;}

be sure the code you put in is above this code: 《/style》,
finally you should got some thing like this:
《style type="text/css"》
#b-navbar { height: 0px; visibility: hidden; display: none;}
《/style》

Note: you should replace 《 and 》with <> respectly, 'cause Blogger.Com do not allow posts showing codes with <> on.

For those using Beta-Blogger, use these codes:
instead of using:
#b-navbar { height: 0px; visibility: hidden; display: none;}

you should use:
#navbar-iframe { height: 0px; visibility: hidden; display: none;}


webpromotion.liu@gmail.com
您的支持是我们努力的动力!欢迎留言

0 Comments:

Post a Comment

<< Home