Text on an image
<style="text/css"> .image span { position: absoulte; left: 0; } </style> <div class="image"> <img src="path to the image" alt="" /> <span>Text on the image</span> </div>