Quote:
Originally Posted by fructal
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'> </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)