Wednesday, December 26, 2007

Hiding the Blog bar from Blogger

Thanks again for all of those code gurus who manage to hack just about everything and anything there is out there in code-land...

I was looking for a way to remove the Blogger bar from a Blogger blog, and came across this little snippet of code that seems to do the trick:

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

In doing so, this allowed me to embed Blogger's blog into an existing website so that the exterior framing, navigation bars and footer could remain exactly consistent with the rest of the website.

Great tip courtesy of the following website: http://blogger-templates.blogspot.com/2005/01/remove-navbar.html

Neal.
Red Dream Studios