Quote:
Originally Posted by artbum
Yes, I added a blank paragraph in Pages to separate the paragraphs with white space.
|
So are you seeing the blank paragraphs as something like
<p class="whatever"></p> ? In other words, real but empty paragraphs, not just blank lines, in code view?
If that is the case, just search for the
<p class="whatever"></p> string and replace with nothing. Use replace all, all text files, to do it in a second.
The downside might be, if you also used simple, multiple returns to make scene breaks, it will clobber those as well. If that is the case, find the scene breaks first and put something else there, like
<p class="whatever">***</p>