Quote:
|
Originally Posted by laurent128
You will see below a H1 tag copy that I use in my site:
<td height="40" colspan="8" valign="top" class="H1">Quality print and design.</td>
|
class=H1 isn't the same as if you did
<td height="40" colspan="8" valign="top"><h1 class="h1">Quality print and design.</h1></td>
You need to use the actual H1 tag for IBP or for search engines to recognize things as a heading.
Brian.