this is for those who use blogger.com I don't know whether you have had anyone click the flag blog sign but here is how to get rid of that toolbar so no one can flag it Step 1: Log into your account Step 2: Click on "layout". Then click on "edit HTML" When you get there, you'll see lots of codes in the "edit template" box. On the 8th line of those codes, you'll see <head> Step 3: Click after <head> and press enter on your keyboard. Step 4: Paste the following codes: <style type='text/css'> #navbar-iframe { height: 0px; visibility: hidden; display: none; } </style> Step 5: Click "Save Template" That's it. Check out your blog and the bar must have vanished.
Useful stuff for beginners BTW, there are lots of other things to learn about Blogger here > http://tips-for-new-bloggers.blogspot.com agbeyegbe I think it's better, not to hide the toolbar completely, but make it appear when the cursor goes to that field. Here's the coding for it....You have to put this above "/* Variable definitions" coding It's at the top of your blog's html #navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)} #navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
No trouble with blogger per se. I have done this for at least one year, and they didn't create any problem for me. (but my motivation for doing it was the looks of my blog - the navbar didnt go at all with my design templates. I think it is a useful tool for searching your blog)
Yeah I've just installed the script , one of my competitors flagged my blog I think so I've put this script on all my blogs just to be safe!
Good tip, although it may be against Google TOS, but I've seen so many blogs (including mine) that have removed the navbar, so I think it isn't that big problem anymore...