Quote:
Originally Posted by DaveLessnau
I was thinking of doing that, but I can't find anything on how. Could you point me in the right direction?
|
The way I do it is by editing the epub. If you look at the first sentence you'll typically see a span around the first letter, and sometimes another one around the first few words to make them small caps. The first span has a class, often with an obvious name; just do a global search and replace on it (including all of the html files) to make them go away, so that the span has no class. So 'span class="firstletter"' becomes simply 'span' (with the angle brackets of course).