Quote:
Originally Posted by N00ter
Above was a quote from the stylesheet css. Here is a quote from one of the paragraphs that has the screwed up spacing.
|
1. This piece:
<p class="OpeningParagraph"><span class="calibre26" xml:lang="EN-GB"> </span></p>
is creating an extra blank line between the chapter title and the first paragraph.
2. The hyper-links like that one:
<a class="calibre23" href="../Text/ePub%20Version_split_043.htm#_ftn632" id="_ftnref632" title=""><span class="calibre24">[632]</span></a>
can create higher space between lines depending on the CSS code of class "calibre24". If the vertical-align property is set to 'super' then most probably this is the cause. Usually, setting it to 'text-top' or 'top' solves the issue.