Tuesday, June 7, 2011

Remove Blogger Navbar

Want to make your blog page ever nice without navigation bar like mine?

go to Design then edit HTML

then put
#navbar-iframe {   display: none !important;}

just before the

/* Variable definitions
   ====================

save your template and you're done!

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...