|
|
#1 | |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Jul 2026
Device: none
|
Every paragraph becomes a new page
I'm adding an EPUB downloaded with FanFicFare onto my XTEINK X4 device, but every paragraph starts on a new page. A chapter that should be around 30 pages ends up being almost 200 pages. There is a huge page break between each paragraph.
I also tried converting the EPUB to EPUB again in Calibre and checked "Remove spacing between paragraphs," but it didn't help. I enabled Structure Detection and added / to the Detect chapters field as well, but that didn't change anything either. The same original EPUB displays perfectly on my Kobo, so I'm not sure what went wrong. Quote:
Has anyone run into this before or know how to fix it? Thanks! |
|
|
|
|
|
|
#2 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,875
Karma: 9600930
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
Can you upload the problem epub. Scramble the epub if it is in copyright.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 84,098
Karma: 153695583
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You may need to set widows and orphans both to 1. See the CSS code I use,
Code:
body {
widows: 1;
orphans: 1;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: justify;
}
p {
margin-top: 0;
margin-bottom: 0;
widows: 1;
orphans: 1;
text-indent: 1.2em;
}
|
|
|
|
|
|
#4 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,368
Karma: 29630884
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Your paragraphs have class="chapter". In the structure detection section of the conversion dialog set chapter mark to none or set the detect chapters expression to /
|
|
|
|
|
|
#5 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,875
Karma: 9600930
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
|
|
|
|
| Advert | |
|
|
|
|
#6 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,368
Karma: 29630884
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
|
|
|
|
|
|
#7 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,875
Karma: 9600930
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
oh, ok. Thanks.
|
|
|
|
|
|
#8 |
|
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,874
Karma: 64181416
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Paragraph sometimes appear on next page | Kakeau | KOReader | 2 | 12-24-2024 01:06 PM |
| Single paragraph viewing per page? | womp9 | Viewer | 11 | 07-07-2024 05:17 AM |
| ePub to MOBI - Every Paragraph on a New Page | laawaaris | Conversion | 2 | 06-26-2015 09:33 AM |
| Long paragraph page breaks | gogreen | ePub | 19 | 11-18-2014 12:32 PM |
| Paragraph title in one page, text in the next | Arkadian | Editor | 37 | 09-13-2014 06:21 PM |