[thelist] Spacing between letters

Andrew andrew at 4serendipity.com
Mon Feb 25 08:47:00 CST 2002


> Is it possible to control the spacing between letters (kerning?) using
CSS?

yep.  but not in Netscape 4.x, although this shouldn't really be a shock

simply use the letter-spacing property to define the amount of space between
letters, for example:

<span style="letter-spacing: 2em;">spaced out text</span>






More information about the thelist mailing list