Remove Freewebs Banner
If you have a freeweb site, then that annoying banner at the bottom of your website must be so damn annoying and ugly. Copy and paste the code below into your index.html page, between your body tags. And the banner will be gone :) You only have to paste it into your index page if you use iframes, if not then you have to put it on every page!
<div style="opacity:0;width=1px;height=1px;position:absolute;top:10px;left:10px;z-index:-1;"> <!-- Freewebs Sticker --><script language="JavaScript" src="http://images.freewebs.com/JS/Freebar/btn_roundred.js"></script></div>
Here is an example of what your index page may look like.
<head>
<title>My website without a banner</title>
</head>
<body>
<div style="opacity:0;width=1px;height=1px;position:absolute;top:10px;left:10pxz-index:-1;"> <!-- Freewebs Sticker --><script language="JavaScript" src="http://images.freewebs.com/JS/Freebar/btn_roundred.js"></script></div>
<h2>blog</h2>
<p>blah blah blah blah blah</p>
</body>
