__________________________________________________________________________________________________

________________________________________________________________________________________________________________

________________________________________________________________________________________________________________

Removing the navigation bar from your blog

If you find the bar ( navigation bar ) at the top of your blogspot blog irritating, you can easily remove it by following these steps:
1. Go to Design > Edit HTML > Search for in the html code
2. Place the following code before
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}


Save the template and its done!!