
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Text |
| Previous Style: left
| Next Style: line-break
|
letter-spacing
Formats text with a specified amount of extra space between each letter.
Support:
-
Notes:
See Also:
-
word-spacing
Possible Values:
- length
The amount of extra space between letters.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
- normal
Formats text with normal letter spacing.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS1 and later |
4.0 and later |
Not supported |
Example:
<H1 STYLE="letter-spacing: 0.5cm">This puts an extra half a centimeter between each letter</H1>
| Index
| Current Category: Text |
| Previous Style: left
| Next Style: line-break
|
|