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

Thursday, October 07, 2004

Bye bye ads!

Have you ever tried geocities' free web hosting? Don't you just hate it when pop-up ads suddenly distract everything you have created... and covers your "dugo't pawis" masterpiece? Whew! It really sucks!
Now here's a good news for all you design addicts out there! I was trying to figure out how to remove those ads from showing up on my page... and guess what I found out? Exactly! I figured it out! Can't wait to do the same on your web sites? Here's how it's done...

1. In your source code (you can view the source code directly in the file manager) add the following two tags after your closing html tag
<noscript>
<plaintext>
2. Now your code must be the same with this...
</body>
</html>
<noscript>
<plaintext>
3. Save the changes and say...

Bye bye ads!

0 Comments:

Post a Comment

<< Home