View Single Post
Old 07-13-2024, 10:01 AM   #6
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 451
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Open the book in the Calibre Editor. Look in the code view, the centre pane. You may see coding like this on the words with the bold letters:

<b>exa</b>mple <b>phra</b>se

or

<span class="bold">exa</span>mple <span class="bold">phra</span>se (the actual class could be called anything, just guessing "bold")

If this is the case, just get rid of those tags with search and replace (replace with nothing).
retiredbiker is offline   Reply With Quote