Wednesday, November 15, 2006

Removing The Nav Bar II

Apparently, the "old code" seen in a previous post does not remove the Nav Bar in the newest version of Blogger. Supposedly, the following code does:

Below this line in the template:
<style type="text/css">

Place this code:

#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

Source of this info HERE: