Monday, March 05, 2007

how to hide nav bar

hiding the blogger navbar. got to settings Templete edit HTML
Just add the following lines anywhere in your Blogger template
[enclosed by tags] and the blogger banner will be gone forever.
just about tag at end of template

put

style
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}

/style

No comments: