
Since that is taking valuable real estate plus the fact the the Blogger TOS (Terms of Service) did not specify that one must have it for the blog, I have decided to hide the navbar.
There are various ways to do that, not all of them effective. I have found that the hack by Aditya to be effective.
Aditya's hack is simple. Here is my interpretation of his hack: Go to LAYOUT > EDIT HTML to open the template editor. Look for <b:skin> and paste the following after that:
/* By Aditya http://the-lastword.blogspot.com/
----------------------------------------------- */
div.navbar {
opacity:0.0;
display:none;
}


16 comments:
it also helps to get rid people from flagging your blog.. \(^.^)/
That's good to know! I haven't seen those ads yet but if I start seeing them on my blog I'll use this trick. Thanks!
Thank you very much. Done in 20 seconds! Now the TopBar is hidden.
I've a question. I want put Java SOURCE Code in the post. Is there a tool to put Source Code of Java?
Example (without format):
try
{
String myString = "Hi!"
etc.etc.
}
example (with format):
try
{
String myStr = "Hi"
etc.etc.
}
Ohhh! The comments do not accept the space at start of the row!!!
Thanks
Blogger post editor will not accept Javascript. The nearest thing you can do is to add a gadget in the main column and put a HTML/Javascript gadget above your posts. It will appear in all pages.
Thank you! :)
Thanks a lot. It helped me... I was trying to do it for quite a long time... Thanks again...
Hi Peter,
We could remove the NavBar with a simple code. Please refer my latest post at www.themondey.info
Dinh Trung
http://www.themondey.info
That worked great, I've been wanting to get that off my blog for a while.
Thanks!!
thanks for this, I've been streamlining my blog and this was the finishing touch :)
Thanks man, this is awesome :)
WOW!
thx man...its very nice
worked done in no time THANK YOU
thanx a lot
awesome
Post a Comment