Remove the NavBar

To hide the Blogger NavBar just paste the code between style tags:

[ style type="text/css"]
#b-navbar {
height:0px;
visibility:hidden;
display:none
}
[ /style ]

Replace " [ " and " ] " by "<" and ">".

To show the Blogger NavBar just remove the code.

Link

robtex