F FLAME New member Dec 2, 2009 #1 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
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
M Mike S New member Dec 2, 2009 #2 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!
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!