I been using this code:
<div STYLE="line-height: 50px; font-size: 10pt">
Text
</div>
to Overlap text on my website.
I want to use this code:
<div STYLE="line-height: 50px; font-size: 10pt">
<img src="IMG_URL">
</div>
to overlap images. What do I have to do to make this code work for images instead of text that still remains HTML, DHTML or CSS and not java or flash.
<div STYLE="line-height: 50px; font-size: 10pt">
Text
</div>
to Overlap text on my website.
I want to use this code:
<div STYLE="line-height: 50px; font-size: 10pt">
<img src="IMG_URL">
</div>
to overlap images. What do I have to do to make this code work for images instead of text that still remains HTML, DHTML or CSS and not java or flash.