Line Spacing

15/01/2010 22:46

How to change the line height of your quotes

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

2. Paste this code:
<div style="line-height: 10px;"> 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.
lalalalalala typetypetypetype. Still typing. Do you think this enough? I think so, too.
 
5. Do you want the space between the lines to be smaller? Go to the "Source" and change the 10 to a smaller number.

<div style="line-height: 5px;"> Text goes here </div>

 6. Do you want the space between the lines to be bigger? Go to the "Source" and change the 10 to a bigger number.
<div style="line-height: 20px;"> Text goes here </div>

 

 Remember, bigger number = bigger lines.