I have been trying to put a background picture on one of my pages. I finally found a code that puts it in behind the text just like I want. However, when I use this code, it puts the footer of the page in the middle of the page and under the text...I know...weird... This is the code I used:
<div style="background: url(inserted imaeg url) no-repeat; width:300px; height: 401px;">
<p>My text goes here</p>
</div>
How do I make it NOT do what it's doing?