View Single Post
Old 12-23-2023, 01:55 PM   #8
nabsltd
Fanatic
nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.nabsltd ought to be getting tired of karma fortunes by now.
 
Posts: 528
Karma: 9529956
Join Date: Aug 2013
Location: Hamden, CT
Device: Kindle Paperwhite (11th gen), Scribe, Kindle 4 Touch
Quote:
Originally Posted by DNSB View Post
So use something like
Code:
<p class="sectionbreak">& #160;</p>
in the html
Note that if converting to a Kindle format after finishing with edits, your "sectionbreak" paragraph will not be displayed at all, since Kindle properly trims all white space from the beginning and end of lines, and it treats a non-breaking space as if it is normal white space. I'm pretty sure that the spec doesn't prevent this, as a non-breaking space should be treated as white space, but just not a possible line break choice. But, most other renderers treat a non-breaking space as a special character that just happens to be an empty glyph.
nabsltd is offline   Reply With Quote