RE: Help this webdesign noob
BEGINNER:
<div style="top: 0px; left: 0px; position: absolute; z-index:1">
<img="url here">
</div>
Play around with the numbers.
ADVANCED:
<div id="name here">
<img="url here">
</dvi>
After you've put the dimensions in your css file. (If you have external css file like I have on my website.)
|