[thelist] Simple CSS question.

Aylard JA (James) jaylard at equilon.com
Thu Nov 16 13:51:11 CST 2000


adam,

> I have a simple question, forgive the ignorance.  Is it possible to
control 
> line spacing for text using style sheets?  Thanks!

	You can set the line height using the "line-height" property, e.g.:

line-height: 1.5em ;

	If, by "line spacing" you mean the ability to adjust kerning and
tracking, there are CSS1 properties "word-spacing" and "letter-spacing".
"letter-spacing" is supported by IE4+ and Navigator 6; "word-spacing" is
supported by IE5 Mac and Netscape 6.

hth,
James Aylard




More information about the thelist mailing list