You can hide your blogger bar or blogspot bar by simply add the following code inside your html code,for this first go to templates->edit html->add the following code after all the variable definitions
/* Hide the blogspot adds */
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
Note:if your mouse is over on bar it will appear in Mozilla Firefox browser,and all the links will work in any browser because this code just hide the bar not removing.
Remove Navbar
just cut and paste the following code in your html coding
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
it will completely remove the blogger navbar
Remove Navbar
just cut and paste the following code in your html coding
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
it will completely remove the blogger navbar