View Single Post
Old 12-20-2011, 06:18 AM   #2
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
Kindle for PC ignores blank lines - at least it ignores blank lines done with my usual method for doing them, which is:

Code:
<div>&nbsp;</div>
The official Mobi way to do line spacing is to use the "height=" attribute of a paragraph. Eg:

Code:
<p height="1em">
will give you a 1em space above the paragraph. That should work fine on all devices.
HarryT is offline   Reply With Quote