placing image at bottom right corner?

liunx

Guest
I am trying to place an image so that is appears in the bottom right corner of the web page no matter what the browser size. <br />
<br />
Any help is appreciated.:)<!--content-->I think you must put all the content of the page inside a table, which's width and height is 100%. Then to the end, just before closing the table, insert the image:<br />
<img src=http://www.htmlforums.com/archive/index.php/"the_image.gif" border="0" alt="" align="right" vAlign="bottom"><!--content-->BTW, most used values for align are left, center and right. Common values for vAlign are top, middle and bottom.<br />
<br />
Align indicates the horizontal alignment, vAlign (which means vertical align), indicates, suprise surprise! The vertical alignment.<!--content-->
 
Back
Top