View Single Post
Old 09-10-2024, 03:22 PM   #21
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,981
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
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.
Attached Files
File Type: epub BUCKET 1 - Unknown.epub (18.4 KB, 142 views)

Last edited by DNSB; 09-10-2024 at 03:24 PM.
DNSB is online now   Reply With Quote