View Single Post
  #13 (permalink)  
Old 02-22-2007, 10:09 AM
CompTechie CompTechie is offline
WebProWorld New Member
 
Join Date: Jan 2007
Location: USA
Posts: 2
CompTechie RepRank 0
Default 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
Reply With Quote