Many teachers have expressed a desire to remove the Blogger navbar from their blogger blogs. This wish is based on the fact that by clicking on the "Next Blog" link can lead students to blogs with unsuitable content.
It is possible to completely remove the navbar - read on:
I took the following css suggested here and added it to the template on a test blog of mine, so far it works:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
Subscribe to:
Post Comments (Atom)
Hebrew Reference Search Engine for K6
2 comments:
Blocking the Next Blog link, according to blogger help, network administrators can render the NextBlog link inactive by blocking this URL:
http://help.blogger.com/bin/answer.py?answer=48787&topic=8922
Sorry the explanation is at that url, the url bo block is:
http://www.blogger.com/next-blog?navBar=truee
Post a Comment