Removing the Navbar
This step is incredibly easy. Simply copy and paste the following piece of code directly above the #header-wrapper line in the Edit HTML view of your blog:
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
Save the template and done!
Note: Removing the Navbar is possibly against the Blogger Terms of Service. On their site, they state that the Navbar may be removed for those publishing via FTP to their own server. They do not explicitly state that other users can not do it too. Furthermore, the fact that they allow you to edit the HTML of your blog gives the impression that you can display your blog as you wish. But there is no definitive answer.!

0 comments:
Post a Comment