Quote:
Originally Posted by Deobulakenyo
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.