Forums

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

Home Forums Other HTML5 Outline and Text Indent Re: HTML5 Outline and Text Indent

#55254
chrisburton
Participant

You’re actually not using text-indent, you’re using absolute positioning which is why I’m totally confused here with the actual question. Google renders text-indent just fine. View your site with no CSS, that is how google is likely to see your website.

Correct CSS

h1.title {
text-indent: -9999px;
}