Double Spacing
Date: 03/17/06
(HTML Help) Keywords: css, html
I'm trying to post entries that are coming out of Word, and I need them to be double-spaced. I found this information on how to accomplish this:
To make your text double-spaced or space-and-a-half, insert the following into the head
(STYLE TYPE="text/css")
P { line-height: 150% }
(/STYLE)
You have just specified the characteristics for the
(paragraph) tag. Every time you format text using the (P) tag, it will be 1.5-spaced. To double-space your text, substitute 200% for 150%
(I do have the <'s and >'s where I put in ()'s above.)
So I did just that and then inserted my text. Problem is, the text isn't showing. So I added HTML, HEAD, and TITLE tags.
Now the text shows, but it isn't double-spacing.
What am I doing wrong?
Source: http://community.livejournal.com/htmlhelp/2273917.html