The best way to make your blog page look better is removing the blogger navigation bar.
If you are using blogger beta, then simply .
1. Open your Blog Layout
2. Click Edit HTML
Insert this code:
#navbar-iframe { height:0px; visibility:hidden; display:none }
If you are using the the old version of blogger, try this code:
/* Do not display the blogger bar */
div#b-navbar, div#b-navbar * {display:none;}
If you are using Wordpress, congradulations there already is no bar :).
If you're new here, you may want to subscribe to my
RSS Feed or
Email Newsletter. Thanks for visiting!
August 11th, 2008 at 6:06 pm
Thanks bro…
It worked !