Sigil epub to KindlePreviewer mobi conversion
I've never gotten a double cover uploading an epub into KindlePreviewer for mobi conversion, but I have stumbled on another issue recently.
CSS errors, particularly those for Center and Flush. The following is a sample of the CSS entry of my normal paragraph style:
.msonormal {
display: block;
font-size: 1em;
text-indent: 0.25in;
margin: 0 0 0.0001pt
Then the styles that have gone off during conversion:
.center {
display: block;
font-size: 1em;
text-align: center;
margin: 0 0 0.0001pt
.flush {
display: block;
font-size: 1em;
text-indent: 0;
margin: 0 0 0.0001pt
plus other styles in the Center and Flush categories with a margin of 0 0 0.0001pt (except for the MsoNormal style)
These styles have a slightly wider bottom margin, perhaps about 1/10th wider than a normal paragraph (single space) I can't figure out what I'm doing wrong. I have a book published in March of 2014 and updated in June of that year... The same styles used but no problems with spacing. The 2nd book was published in October of 2014 and updated in December 2014. The problems are there. And the new book published in June 2015 also has the spacing problems, so something happened between June of 2014 and December of 2014 that I wasn't aware of.
Help!!!
|