Unstoppable Domains โ€” AI Assistant

Image at bottom of page

SpaceshipSpaceship
Watch

Mp)Tarh

Established Member
Impact
1
How can I align the bottom of an image to the bottom of the page?

If you use:
<IMG SRC="blah.jpg" ALIGN="bottom">
the image is placed at the bottom of the current line.

I want the image at the bottom of the page.

If you cannot do it with HTML, can it be done correctly with CSS?

Thanks for any replies.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Code:
<style type="text/css">
body
{ 
   background: url("image.ext") 
   no-repeat fixed 
   bottom center
}


Something like that should work if you can set it as youre background like that.
 
0
•••
Amazing! Thanks a bunch! :D
 
0
•••
Spaceship
Domain Recover
CatchDoms
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back