E Ernie New member Nov 13, 2011 #1 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??
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??
S simbe1 New member Nov 21, 2011 #2 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.....
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.....