Quote:
Originally Posted by HarryT
That's a bit too "subtle" for me, Jon. I like to see a "positive" indication of a scene break. Blank lines don't really work with the present crop of ADE devices, because they all do widow/orphan control, and will leave a blank line at the bottom of a page rather than display a single line of a paragraph there.
|
Well, one thing I do when I edit my ePubs is to turn off widows and orphans.
body {
widows: 0;
orphans: 0
}
That works to remove windows and orphans. Then I don't have any issues with blank lines as scene separators.