Quote:
Originally Posted by JSWolf
As to the problem, just go into the CSS of the ePub and you can fix the problems.
|
Thanks for the tip. I have done something different, I have searched/replaced the beginning and end of each paragraph to add a <p> and </p>, it seemed easier that updating the CSS. The LRFTool does a good job of detecting paragraphs as each paragraph is marked with a <div> tag, so my thought was that it should be fairly simple to update it to include a <p> and </p> to have a clear division between paragraphs.