Hi y'all, I don't have alot of time because we'll be heading to the Gypsy village before long for a Tuesday night meeting but I wanted to share something cool for your blog.

You now this little bar that Blogger automatically puts at the top of each blog? Well there is a way to remove it and keep it from messing up your pretty blog or even your layout. It's really simple, really just a few steps and your finished.
1
. Open up your blogger dashboard and find the blog where you want to remove the navbar.
2. On the right you will find the LAYOUT link, click on that.
3. As the page opens where you can change your elements and all, you want to find the EDIT HTML link near the top and click on that. 4. Find this body { in the code, it's not too far down.5. Copy this code #navbar-iframe { height: 0px; visibility: they hidden; display: none; } and paste it above the body { code. 6. Click PREVIEW to see it the navbar is gone. If it is and all looks well then SAVE.**I don't usually but you may want to save your template before editing the HTML just in case.