View Single Post
Old 09-12-2020, 10:40 PM   #9
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Lorraine P View Post
I have just spent the morning troubleshooting missing paragraphs in my Kobo Libra H20's EPUBS. While Calibre's Check Book tool didn't fix it, it did help me explore the book's CSS code/text (I'm new to this!) in Edit Book.
My missing paragraphs were always prior to an "ornamental break".
Using CTRL+F to find <hr class="ornamental-break"/> all through the book's CSS, and replacing it with nothing, fixed the issue!
It takes a few minutes to go through every book like this, and I'm hoping there's a way to do this for a whole library at once, but that's where I'm up to.
While that might have fixed it, removing the break is probably not a good idea. The break was there for a reason. It was probably indicating a scene break of some sort (such as the point of view, location or a jump in time). Removing them can cause some confusion. Just replacing the line with a simple "<hr/>" will work without loss of the context.
davidfor is offline   Reply With Quote