Quote:
Originally Posted by jackie_w
In your 'Young Fredle' css, I notice
Code:
.calibre5 {
font-weight: bolder
}
You could try looking at the html file containing the text from your screencap within the epub to see where this css class has been used, e.g.
Code:
<p class="calibre5"> or
<span class="calibre5">
|
Well, a Windows search for "calibre5" indicates that the only thing that contains it is the stylesheet.css in the epub unzipped directory. (I hope that Windows' content search would also look through the html files in the directory?)