Just a tip for you all. You can get rid of the navigation bar at the top of your blog:
You can insert this code (on the edit HTML page) where the #header codes are:
#navbar-iframe {
height:0px;
visibility:hidden;
display:none;
}
Voila! It will disappear forever
