Ok, I have an image inside of a DIV and I want text to show up on TOP of the image without having ANOTHER DIV inside.

So in pCode it looks kind of like this.
Code:
<DIV>
<IMG HERE>
<TEXT>
</DIV>
How do I make the text appear on the image, and image on div?
Is there a DIV Background or something?