Quote:
Originally Posted by JSWolf
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.
|
Okay. I will have a go at it again tomorrow during my lunch break. Although i do not know what Diap's Toolbag is, i am assuming it is part of Calibre's editor, and i will look for it there and play with it.