Tuesday, September 1, 2009

Indent Property

when a screen reader reads a doc - can read all text inside doc
however - can use text indent to hide content from none screen readers
by using a large neg value - can hide structural headers off the page
can use any other fixed pixel based measurement or points, percentages - 50% would be 50% of the width of the block of text

text-style= text/css">
p {
text-indent:1.5em;
width:8em;
}
/style>

/head>

body>
p>Nothing makes a blog post more eye-catching than a great header
/body>

No comments:

Post a Comment