View Full Version : Image at bottom


shomie
04-25-2003, 03:58 AM
I'm haveing MAJOR problems haveing an image appear at the bottom of the content check this site out if you don't understand
http://www.gamefm.net look at the bottom see the image at the left that says Go back to top. That is at the bottom of everysingle page right below the content. I am wondering how to do that with my page (I didn't do the entire page in Tables, I did it in CSS)

Please help.

l8er!

Alcy
04-25-2003, 04:53 AM
You could position it using percentages....
<img src="#" style="position:absolute; top:100%; left:0;">

shomie
04-25-2003, 03:00 PM
I tryed it and it never works. I have no clue what the problem is I've tryed everything.

Someone plz help!!!

MaGiCSuN
04-25-2003, 06:47 PM
<img src="urlhere.html" border=0 height="#" width="#" align="bottom">

Did you tried that above?

also why don't you just put the <img> tag after the content? :S

On the page you showed as an example they have made the layout in a table, so that picture is just in one of the last cells in a table. I would suggest putting everything still in a table that's the easiest way probably to get what you want to get.

Love,
Mirna