Quote:
Originally Posted by PaladinBL
I have another situation where Find and Replace on all files will be great, if I make ePub in Calibre then page title have code
<h3 class="calibre17">11. OBRED OBESVEĆENJA</h3>
But on reader this "ć" will not be displayed because of this class="calibre17", but it will be diplayed if I delete that part and have just
<h3>11. OBRED OBESVEĆENJA</h3>
And I have to do that editing on all HTML files inside ePub in Sigil, one by one.
|
Or you could try & see what the CSS 'calibre17' is doing to stop the character showing up (maybe setting a font-definition) and just remove that, as that would have the same effect but you'd only need to edit the singe CSS definition.