View Single Post
Old 05-16-2012, 12:29 PM   #15
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,557
Karma: 93980341
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by Greg P View Post
Here is the simple way. Note that I would agree that you must learn some code to be able to fix various issues.

Look at your xhtml, you should see something like:

<p>One paragraph.</p>

<p>Another paragraph</p>

Change this to

<p>One paragraph.
<br />Another paragraph</p>

This is less complicated than fiddling with the CSS. If you need to do a number of these, then use Find/Replace.
Sorry, but that's a HORRIBLE solution. PLEASE don't do it that way.
HarryT is offline   Reply With Quote