View Single Post
Old 05-14-2021, 03:42 PM   #11
wsb
Member
wsb began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Jul 2020
Device: kindle
Quote:
Originally Posted by jhowell View Post
I took a look at the calibre source code to see what could cause that error. I found that it will happen if the text color is set to a decimal value, which is not allowed for a color. For example this will trigger that error:

Code:
<p style="color:1.5">Lorem ipsum dolor sit amet</p>
This will fail to convert to MOBI even with the current calibre version.

You should be able to find the problem in the original book file by opening the EPUB in the calibre editor and using the "Check book" tool.
Thank you, I've tried this but still it fails to do so.
wsb is offline   Reply With Quote