Showing posts with label Bolg Tips. Show all posts
Showing posts with label Bolg Tips. Show all posts

Thursday, October 4, 2007

Hiding navigation bar in your Blog

You may already know how this is done, but for the ones who doesn't
Add the following code just after the "<head>" tag to remove or hide the navigation bar of your blog.

<!--Remove NavBar -->
<style type='text/css'>#b-navbar {height: 0px; visibility: hidden; display: none;}</style>
<style type='text/css'>#navbar-iframe {height: 0px; visibility: hidden; display: none;}</style>

Search