Quote:
Originally Posted by JSWolf
Change the [3] and all other footnote markers to be part of the text. Remove the superscript code. Then convert to KFX. That will make the lines no longer have a larger line height and the tap zone will be larger and easier to see.
|
Quote:
Originally Posted by jhowell
I sometimes see that happen depending on the font chosen on the Kindle. I don't have any solution other than trying a different font.
|
Thanks both of you. I've found a better solution. If you add this conversion rule in Calibre, the problem is sorted out:
If the property is greater than 20%, change the value to 20%.
That is because in some books, que <sup> property is defined like that:
sup {
font-size: 0.75em;
line-height: 1.2;
vertical-align: super;
vertical-align: 35%;
}
Highier vertical-asign than 20% produces the problem. We can shorten it a little and problem finished.