Thread: EPUB output
View Single Post
Old 11-28-2010, 12:18 PM   #879
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,207
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
I downloaded the RTF and I converted it to ePub and found there is a problem.

In the CSS I have ...

Code:
.calibre2 {
    display: block;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em
    }
in the XML files I have ...

Code:
<p class="calibre2"> </p>
So yes, the line spacing between paragraphs is more than doubled. The margins should be 0 and not 1em on the top and bottom.

Last edited by JSWolf; 11-28-2010 at 12:23 PM.
JSWolf is offline   Reply With Quote