Saturday, June 25, 2011

Here is the code to remove the blogger tool bar

If you would like to remove the Blogger Tool bar on top of a blog just go to the dashboard of your blog
in your Google Account
then click settings tab of your blog
then click HTML tab
then past this code to your blogs html code
MAKE SURE you do it at the end of everything except leave </html> at end
<style>
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
</style>

1 comment:

  1. Hi Keith,
    Thanks for the tip. It worked like a charm. I found I had to use these tabs:

    Design --> Edit HTML

    ReplyDelete