May 29, 2007

Removing Blogger nav-bar

You might have noticed that there's no navigation bar for my blog.(Plz tell me if it is there so I can update)

It can be easily removed.To do it,log into your blog account and goto templates>Edit html.

In the Edit template box add the following code under the <head> tag.

<style type="text/css">
#b-navbar{
height:0px;
visibility:hidden;
display:none;
}
</style>



It reduces the height of the bar to 0 pixels effectively removing the navigation bar.

And about the Terms and Conditions of blogger,it is not explicitly said if it is allowed or not.So as far as I feel,It is ok to remove the nav bar.

0 comments: