HTML to EPUB Inline Text/Image Issue
I have been waiting to see if this issue gets fixed by various EPUB Reader applications, but so far no luck. Mainly, ADE. I wonder if this is something from Calibre's side to fix this issue.
So my issue is converting image and text containing table. For instance, below will result in truncated image on ADE, or text overlapping on the image etc.
<tbody><tr><td class="FIGURE-COL1" valign="top"><img src="da1c1ff2.png" height="446" width="550" border="0"></td></tr><tr><td class="FIGURE-COL2" valign="top"><div class="P"><div class="P"><span class="emph_BIT">FIGURE 1.2.</span> <span class="emph_B">Blah.</span>
Blah Blah Blah.</div></div></td></tr></tbody>
I know this is not issue with calibre side itself but unfortunately so many readers (Android) just cannot handle this, but I have so many books that have similar lines.
Does anyone have any idea how to overcome this issue?
|