cant find what you want? try google search!!

Google
 

Monday, January 28, 2008

Hide navigation bar

Text Link Ads

Do you want to hide the navigation bar of the top of your blog? Here is a simple way. Just login to your blog and click layout. This will lead you to Template tab. Then click Edit html. In Edit html section you can see the html code of your blog. Paste the follwing code

#navbar-iframe { display: none !important;}

on the top of the code line:
* Variable definitions ====================.
Now save the html code and view your blog.
How is it?