Quote:
Originally Posted by MplsGirl
I LOVE THIS ONE!! SO PRETTY!
But does anyone know how to increase paragraph spacing for all paragraphs? Or does it only work if the original ebook is formatted that way?
|
The distance between lines (i.e., the "leading") is controlled by the line-height property. To have double-spaced lines, you need this in the stylesheet (in the "body" section):
line-height:2.0;
(To increase the spacing
between paragraphs, increase the margin-top value.)