This seems to be a related area to ask this question.
Is there a way (regex???) to captalize the first word of a paragraph?
The ePub uses
Code:
<span class="smcap">word<span>
This does not work for MOBI, but
Code:
<small>WORD</small>
would work fine if each word was all caps.
I have tried all I know (

) and searched all manuals and google with no luck. In a book with 50 chapters, manual changing works but is stupifying.
What say the experts?