Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS linking a logo to the homepage… Re: linking a logo to the homepage…

#82448
TheDoc
Member

I wouldn’t use the h1 tag unless you are already on the home page.

Something like

#logo {
display: block;
width: 200px;
height: 200px;
background: url('image/path.png');
text-indent: -9999px;
}