Friday, April 27, 2007

Hack: Hide Navbar (permanently)

A quick note before we start... Because the Navbar is a form of advertising for Blogger, it may be against your terms of service to manipulate it. I haven't found anything to document this, and I'm personally using a Navbar hiding tecnique myself, so I'm not saying that it's going to get you into trouble. What I am saying, is if you do get in trouble and your blog happens to get deleted; I told you it was a possibility and I am in no way responsible... Yey Disclaimer!

*Note - This is the easy way to hide your Navbar. If your looking for a Navbar that you can use and then hide when your done, click here. Alright, Go to the Edit HTML portion of you dashboard and use the "Find" (ctrl+F) function of your browser. Search for #header-wrapper and paste the following code directly above it.
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

Horray! No more Navbar!

No comments: