Showing posts with label NavBar. Show all posts
Showing posts with label NavBar. Show all posts

Saturday, December 15, 2007

How to hide NavBar in Blogger?

Hi Fri,

I will share my knowledge to hide
NavBar in Blogger. If you are interested just try it. Below are you need to add in main Html Template page and the articles from http://blogger-templates.blogspot.com/2005/01/remove-navbar.html

Remove the NavBar

To hide the Blogger NavBar:

- First > Log in to blogger

-Second > On your Dashboard, select Layout and click Template tab and then click Edit HTML. Under the Edit Template section you will see your blog's Html code.

- Copy the CSS definition and paste in the top of the template code below Blogger Template style in your blogs' Html code.


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


If u want to show it again remove the code.

Restricted Access to the website with http basic authentication for additional security layer

Restricted Access to the website with http basic authentication for additional security layer ############## #For Nginx Server #########...