I'm changing the layout of my Tumblr-page, and inserted a picture in the corner with this code:
But when I save the page and scrolls down, the image isn't locked in the background. I once saw a person who had done this(with a different code, that is, but when I tried that code, the same thing happened.), and the picture still was in the corner if I scrolled down. Anyone knows how to do this, is it possible at all?
Code:
<img src="image url here" style="position:absolute; top:520px; right:0px;" width="547" height="146" alt="" />
Comment