Click to See Complete Forum and Search --> : Increase space between letters


mikeyzc
08-20-2004, 08:59 AM
I was messing around in adobe photoshop today designing a new layout for one of our online web applications. For most of my links I had increased the spacing between the letters of the word link. It gives it a clean look. Is there any way to do this with css?:confused:

olaf
08-20-2004, 09:10 AM
what about:

letter-spacing: 3px;

mikeyzc
08-20-2004, 09:23 AM
Originally posted by olaf
what about:

letter-spacing: 3px;

awsome....thank you!!!

NogDog
08-20-2004, 11:23 AM
You might want to use a relative value for the spacing so that the proportions stay the same regardless of the font size selected by the user to view the page:
letter-spacing: 0.2em;