Quote:
My tricky content is a single HTML file with a small CSS stylesheet at the top. I attempted to tweak the CSS after cleaning up the HTML and converting it to XHTML. What I tried to do is set a 'line-spacing: 1.5;' attribute for all paragraph tags, so that it would more closely match the line spacing used in the original book this is from, and make it slightly easier to read.
|
I hope a suggestion from a CSS/XHTML novice isn't out of line; but shouldn't the attribute you want to set be written as "line-height: 1.5;" rather than "line-spacing: 1.5;"?