I need help aligning in html?

Ernie

New member
I really need help in html editing. I'm trying to place an image in the bottom right corner of the page, right now my code is:

<IMG SRC="((Link of image))" ALT="image" ALIGN=RIGHT
onclick="window.close()">

So how do I align it to the bottom right??
 
hello...are you try with <div> tag...that will looks like that......< d i v a l i g n = " right"><IMG SRC="((Link of image))"
ALT="image"
onclick="window.close()"></div>......try.....
 
Back
Top