<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>

Monday, October 04, 2004

How to remove the "I Power Blogger" image

Whether it's against the norms of free blogging or not, I just figured out how to remove the "I Power Blogger" image at the bottom of the sidebar (not all of the templates though place this image at the sidebar, some templates just put it at the bottom of your page). As you can see, the image has disappeared on this page. Here's how to do it:

1. Choose Template on the tabs
2. Scan over the template's source code and look for this line:
<p id="powered-by"><a href="http://www.blogger.com"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /></a></p>
3. Now if you spotted the target, delete the whole line and save the changes.
4. That's it!

Easy huh?

0 Comments:

Post a Comment

<< Home