[thelist] <h1> + images + search engines penalties

Christian Heilmann codepo8 at gmail.com
Wed May 24 08:51:59 CDT 2006


> I think you can solve your problem by simply moving any image into the
> background property of the H1 is question. For example if you wanted
> the company logo in the H1 on the homepage, just give the body a class
> of "home" on that page, and use the descendent selector to do
> something like this
>
> body.home h1 {
> padding-left: width of logo;
> background: transparent url(file.name) no-repeat top left;
> }

... that assumes though that the heading is as high as the logo or
else it'll be cut off...



More information about the thelist mailing list