Thank you for this.
But we really need to have all stories below the previous, even if the story continue part way through on the next page, all work corre try. It's just this one, that causes issues. I stripped all formatting and added formatting to just the titles, but this did not work. Having each story start on a new page is not what is wanted.
Quote:
Originally Posted by DNSB
As far as I can tell, the docx file is using one style for the heading and one style for paragraphs. The docx file is using spaces to indent paragraphs. That is another task that should be done with a style so you need two styles. One for the non-indented paragraph and one for the indented paragraphs. As for the page break before The Book of Hymns, looking at the epub file, you have:
Code:
<div class="calibre2"></div>
with the following in the stylesheet:
Code:
.calibre2 {
display: block;
line-height: 1.2;
page-break-after: always;
margin: 0;
padding: 0;
}
I've attached a quick and dirty edit of the epub file.
|