Quote:
Originally Posted by BCotton
How do you do that, increase the line spacing? I have seen people use these together:
p { line-height: 130% }
div { line-height: 130% }
Do you need both?
|
Some books define their paragrahs with <p> </p> containers. Others use a <div> </div> container. You only need to use the one that applies to the book you're modifying, but including both doesn't hurt and covers most comon scenarios.
Yet other books define their own line-height in a 'class' for their paragraphs, and those will need to have their css custom modified to change.