Posted by JWL on 09/19/06 08:34
Hello,
I'd like my website to have graphical header text but I'm concerned
about the impact this will have on search engine success, as none of the
pages will have <h1> headers. Is it sensible to do something like this:
<h1 class="hidden">blah blah</h1>
<img src="blah.gif" alt="blah blah" />
'hidden' being:
..hidden {
position: absolute; /* taken from sitepoint.com */
left: -9000px;
top: 0;
}
What would you do if you absolutely had to have graphical headers?
Thanks for your time
Navigation:
[Reply to this message]
|