How would you position a header tag on top of an image?

FLAME

New member
How would I put a header tag (<h1>text</h1>) on top of an image (<div><img src="pic.gif" /></div>)?

Give me the code please
 
The best way to overlay text on an image only using simple HTML is to create a table and use "pic.gif" as the background image and put your <h1> tags in the table... Something with <tr> and <tb>

Hope this helps!
 
Back
Top