On my pages I have my title in H1 tag and text below it in H3 or H4, in IE it looks fine but in FF it doesn't, its all much smaller then it should be. Is this just a FF thing? I cant post url as its an adult site. Thnx
Or yet better, use styling with CSS like in this example below: <a style="font-size: 1.5em;" href="http://somedomain/somefile.html">Enter the site's "somefile.html" page by clicking this text ...</a> Code (markup): P.S. -- The example in question is taken from my own home-site's "index.html" page. Of course, replace the "1.5em" part with what best suits you (i.e. your site's design) tayiper
But in terms of SEO, H tags, if used properly are still given more weight, so I can see why he'd want to use H tags. I think you should check your default text viewing size in FF and IE to see if they are the same, because unless you have some funky CSS, the text size should all be the same.