1st - You can add a container(<div>) set its background to the image and you put your text inside the div.

forexample: <div style='background:url("images/back.png");'>Some Text</div>

Another solution is to use the z-index property in css.



have a niice day!