You can place the banner on the bottom of your page,
just like we do simply by placing your entire page within
an HTML table.
Here's the code to be placed immediately after the
<body> tag:
<!-- vertical page alignment (top part or page) -->
<table cellspacing="0" cellpadding="0" border="0" height="100%">
<tr height="100%" valign="top"><td>
Here's the code to be placed immediately before the
</body> tag:
<!-- vertical page alignment (bottom part of page) -->
</td></tr><tr><td>
The HTML code for your banner here!
<!-- vertical page alignment (end of page) -->
</td></tr></table>
Of course, you're totally free to place the banner code
somewhere else on your page where it is visible; this is
just a free tip from us.