I'm just getting the handle of this business of conversions using Calibre and Sigil to reformat, tweak, etc.
I've run into a unique (for me) problem of not being able to get rid of those extra spaces between paragraphs with two similarly formatted ebooks -- despite ticking off "remove spacing between paragraphs" and later, also using heuristic processing to "delete blank lines between paragraphs".
I'm converting from ePub to Mobi. The paragraph issue isn't as prominent when viewing the Mobi in the Kindle for PC software, but when transferred to my Kindle, those blasted para spaces are still there
I have checked the stylesheet.css in Sigil and the line-hight of 1.2 seems to match other conversions and epubs that had no similar problems.
Is this a matter for the Calibre forum or Sigil? I'd love to stamp out those nasty spaces asap!!
Here's the stylesheet, just in case some maven here can spot the problem right off:
@namespace h "http://www.w3.org/1999/xhtml";
.big {
font-size: 1.29167em;
font-weight: bold;
line-height: 1.2;
}
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
padding-left: 0;
padding-right: 0;
text-align: justify
}
.calibre1 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center;
text-indent: 1.5em
}
.calibre10 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: justify;
text-indent: 1.5em
}
.calibre2 {
display: block;
font-size: 2em;
font-weight: bold;
line-height: 1.2;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
margin-top: 0.67em
}
.calibre3 {
display: block;
line-height: 1.2;
}
.calibre4 {
display: block
}
.calibre5 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-indent: 1.5em
}
.calibre6 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center;
text-indent: 1.5em
}
.calibre7 {
font-style: italic
}
.calibre8 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-indent: 1.5em
}
.calibre9 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-align: justify;
text-indent: 1.5em
}