L Lollipop --- X New member Mar 5, 2009 #1 I know how to insert an image but it want it to stick into the bottom right corner. And if I scroll down i would like it to stay there. What is the html for doing this?
I know how to insert an image but it want it to stick into the bottom right corner. And if I scroll down i would like it to stay there. What is the html for doing this?
T Terence P New member Mar 5, 2009 #2 You can use CSS to do that. try: <img src="image.jpg" style="position: absolute; margin-right: 0; margin-bottom: 0;" />
You can use CSS to do that. try: <img src="image.jpg" style="position: absolute; margin-right: 0; margin-bottom: 0;" />