View Single Post
Old 07-12-2012, 03:07 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by fructal View Post
In the Sigil epub document we are formatting should there be any blank lines as <br> code or blank paragraphs as <p> code between the end of a chapter and the start of the next one?
Thank you.
Are we talking individual file per chapter? IMHO No, this can cause annoying blank screens on many reader devices.
OTOH If you are doing this in a larger, many chapter file, I would create a 'chapterbreak' style (similar to a scene break) and set the treatment to taste
Code:
<p class='chapterbreak'>&nbsp;</p>
.chapterbreak {display: block; margin: 2em; text-indent: 0; }
You could use a HR ( I would still use a dedicated style so seasoning could be adjusted)
theducks is offline   Reply With Quote