No Banners!
"Upgrade to our gold package and get the banner removed". The famous sentence that makes you want to scream! well, no more! Learn how to avoid these annoying banners.
Without any more intro, let's get to business:
What servers like Geocities do is that they add a banner on the surface of your page, because of course they don't dare touch your design! so what can we do? easy: don't design your web on the surface!!! all you have to do is to put a layer under your page with the same background of your page background, note that you must set the background or else it will be transparent. When you do this, the banner will be placed under your designed page and your done!
If your too lazy to figure out how to this, you could use the code below, remember that it must be placed on the first line in the <body> tag and that you must add a </div> tag before the last line of the body tag:

<div id="Layer1" style="position:absolute; left:10px; top:0px; width:760px; height:51px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000">

In this code, "#FFFFFF" is the color of your background which also could be replaced with real names like "black" or "red" and "760px" is the width of the layer which is right about enough for a normal (no scroll bars) page.

-Notice:
Keep in mind that people who force you to put these banners on your page provided you with free web space and they have to make a living too, so only use this trick when your having a professional web site or it's absolutely necessarie.

Copyright©
2001- Ziggy Cube
Homepage » Tips and Tricks » No Banner