View Single Post
Old 09-19-2020, 09:43 PM   #4
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 450
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Quote:
Originally Posted by artbum View Post
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>
retiredbiker is offline   Reply With Quote