Hiding the Blogger Navbar

In your blogger layout tab, click "Edit HTML" and place the following text
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
somewhere between these two tags
<b:skin><![CDATA[
and
]]></b:skin>
and the navbar should be gone. If this doesn't work, google "Blogger Hide Navbar."

No comments: