Letter Spacing

15/01/2010 22:57

How to change the letter spacing of your quotes

1. Go to the source of your quote/profile.

2. Paste this code:

<div style="letter-spacing: 5px;">Text goes here.</div>

 

 
3. Click "Source" again.
 
4. Write whatever you want where it says, "Text goes here." [The below is what it'll look like.]
This is an example of what I want to write in my quote.
 
5. Do you want the space between the lines to be smaller? Go to the "Source" and change the 5 to a smaller number.

<div style="letter-spacing: 2px;">Text goes here.</div>

 

6. Do you want the space between the lines to be bigger? Go to the "Source" and change the 5 to a bigger number.

<div style="letter-spacing: 10px;">Text goes here.</div>

 

Remember, bigger number = bigger spacing.