Thread: EPUB output
View Single Post
Old 07-20-2010, 08:29 AM   #729
Katdragon
Connoisseur
Katdragon began at the beginning.
 
Posts: 98
Karma: 40
Join Date: May 2010
Device: Kobo (currently out of commission), Kindle 3
Okies, a friend of mine solved the problem for me.
I used e-texteditor and replaced
Code:
<div
     class="calibre10">\W+(.)\W+</div>\W+<p>
with
Code:
<p>$1
This -has- made the letter "I" (in a word) stick to the front of the paragraph e.g. "Iwent to the shops" but I can't think of a way to fix this other than by hand.

Edit: Fixed the above problem - I replaced <p>I with <p>I&nbsp; and then <p>I t with <p>It

Thanks so much for your help guys

Last edited by Katdragon; 07-20-2010 at 08:40 AM.
Katdragon is offline   Reply With Quote