Quote:
Originally Posted by BetterRed
@mrmikel - If you look at the fragment of HTML (generated by EPUB Tools), to which my comment referred you will see that it contained curious strings - ' ' - within the text, the originating document had no non breaking spaces, anywhere. And the HTML had a complete line of text (marked in red) that was not in the original document.
|
Like I said, the   should have been . That is fixed in my version. The fact that an is placed, is because a lot of readers/reading programs will
ignore, and thus not display, empty paragraphs. So, the only way to mimic this, is by either making the paragraphs only seem empty or by removing them and set a margin. The first option is the most simple
and closest to the original situation.