View Single Post
Old 06-12-2022, 04:53 AM   #147
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,212
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Deobulakenyo View Post
I did as you say. After deleting all kobo spans except the first one, "h e" is now fixed to "he" but after that paragraph, the rest of the chapter was gone (did not delete it). The next chapter immediately begins after the concerned paragraph.
Try deleting the koboSpan on more time. In the Calibre editor do the following...

1. search for <div class="tx"><span class="koboSpan"
2. replace it with <div class="tx"><spam class="koboSpan"
3. Using Diap's Toolbag, delete all span with class koboSpan
4. search for <div class="tx"><spam class="koboSpan"
5. replace it with <div class="tx"><span class="koboSpan"

That is how I did it in my test. Except <div class="tx"> was <p>.

Also, could you post the paragraph with the rendering error as it is before you change the code? Thanks.
JSWolf is offline   Reply With Quote