Removing navigation bar from the top of blogger
I use the following code just before the default code and after the name of the template creator to block the Blogger Navigation bar:
#navbar-iframe {
display: none !important;
}
The detail on how to achieve this is described at this web site.
#navbar-iframe {
display: none !important;
}
The detail on how to achieve this is described at this web site.
Labels: Technology, Web 2.0
1 Comments:
Thanks for the directions to the website with clear instructions. I had tried doing this months ago when I first realized that the "next blog" tab could lead to blogs that featured images that would be inappropriate in an educational setting but didn't know where to actually paste the code into the template. Using the website you mentioned, I was finally able to do it successfully. Until now, I was only recommending that classroom teachers use one of the educational blog sites.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home