How to remove blogger Navigation bar
Log on to you blogger account, click the Layout link and choose the "Edit HTML" option, now copy and paste the following code inside the template
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
No comments yet