H1 Problems with IBP
You should just use the <h1></h1> on the titles that you are using instead of h1 as a class. You can defined what attributes the h1 will have in your css. Think of the alt tags as a description, so for your images. The reason IBP wasn't recognizing your h1 because it was a class not an element. Use the tag above and it will recognize it.
I hope this helps
|