Specifies if the element text layout grid uses the line and/or char mode.
Browser/User Agent Support
IE | Netscape | Mozilla | Opera | Safari | 5.5+ | no | no | no | no |
---|
Values
both | Use both the line and char mode. |
none | Do not use a grid. |
line | Use a line grid. (Recommended for inline elements.) |
char | Use a character grid. (Recommended for block elements.) |
Remarks
IE only.