View Single Post
Old 10-26-2011, 10:57 AM   #107
rashkae
Wizard
rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.rashkae ought to be getting tired of karma fortunes by now.
 
rashkae's Avatar
 
Posts: 1,274
Karma: 5935030
Join Date: Jun 2011
Location: Ontario, Canada
Device: Kobo Aura HD
Quote:
Originally Posted by BCotton View Post
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.
rashkae is offline   Reply With Quote