Quote:
Originally Posted by Jellby
You can use <h1> with your image if that's what you want:
Code:
<h1 title="Title Page"><img src="..." alt="..."/></h1>
|
Awesome, I'll try this. I understood the Header tag to be a formatting tool. Can it be used without that purpose? That is...supposing that my H1's were left, or right aligned, or had some other formatting applied to them in the CSS style sheet...can it still be used to tag an image without it applying any unwanted formatting?

Many thanks, by the way. I've yet to try it, but I would like to understand how to use tags properly...especially when I understood them to be markers for formatting text.