Where is my Navigation Bar?
Always seeing the ever present Black or Silver navigation bar on top of your blogger? It is such a sore to the eye, constantly ruining your blog template! Here a method I've found on the net to remove the nav bar (thank goodness).
Edit your blogger template and add between the style tags with this piece of code:
#b-navbar { height:0px; visibility:hidden; display:none }
As for blogger beta users,
Under the layout, edit HTML link, enter the code below:
#navbar-iframe { height:0px; visibility:hidden; display:none }
The nav bar should be gone!
Inspired by bloggero