Friday, July 11, 2008

Hide navigation bar on Blogger

you can hide the navigation bar on the blogger hosted blogs
  1. goto blogger homepage and sign in.
  2. click on the layout setting of blog which u want to edit.
  3. click on edit html.
  4. add this code to your html template.

#navbar{
display:none;
}

  1. save template
  2. done no more nav bar on the top.