Placing an image at the very bottom of a page

ChocolateSubway

New Member
Hi,

I'm looking for a way to ensure that an image appears right at the bottom of the page. I tried the script;
Code:
<img src="image.gif" align="bottom">
However, this didn't help.

Any ideas?

Thanks

CS
 

Craig

New Member
if you want it at the bottom, all you should have to do is putt the image tags at the bottom of your script, inside the body tags of course. Hope this helps.
 
Top