<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8549075?origin\x3dhttp://faida.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, October 05, 2004

This one is tougher: Removing the blogger's navbar

Did I hear you wish of removing the blogger's navbar? The navigation bar and toolbar of the blogger that appears at the top of your page?
Well, your wish is my command...
Just follow this simple trick and you'll be opted out of the blogger's list! =)
Here's how you do it...

1. Go to the Template tab
2. Look for the body tag in the source code
3. Add the <noembed> tag just before the body tag
4. Add the </noembed> after the body tag
5. The code must look like this now...
<noembed>
<body>
</noembed>
6. Try it and you'll be amazed

Got this one from diaphaneity at www.diaphaneity.com (COOL site!)

0 Comments:

Post a Comment

<< Home