View Single Post
Old 07-03-2020, 09:46 AM   #17
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Quote:
Originally Posted by JSWolf View Post
2. Empty space can be reliably done. I use padding-top: 2em and that works even if the section/scene break falls at the bottom/top of the screen. Plus, you should have the first paragraph of the new section be non-indented. Using margin-top: 2em is not reliable and doesn't work for the bottom/top of the page.
It's not correct to say padding-top is the best solution in all scenarios. The fact that padding is still honored at the top of a new 'page' doesn't mean the publisher (or reader) will want it to do that. Extra padding at the top of a new page is a "big waste of space" - as you so like to point out from Chapter headers - and is even compounded when you make use of the widows/orphans setting. As you know, using widows/orphans will push a paragraph onto the next page leaving a couple lines of empty space at the end of the first page plus a couple lines at the beginning of the 2nd page due to the padding-top.

Using margin-top will reliably put spacing between paragraphs in the middle of a page, and if it just so happens that the widows/orphans pushes the next paragraph to the next page (leaving space at the end of the previous page) it will NOT put even more space at the top of the next page. This is much cleaner, IMO, and doesn't waste the valuable reading landscape.

The other option, as others have mentioned, is to use an asterism of some kind all the time, either asterisks or a fleuron or something. You will still have the same issue of extra space being generated/wasted at the top of a page if you use padding...

I think it is appropriate to be aware of the pluses and minuses of both tools, and use the proper tool for the scenario presented. You don't need to push one tool over another.

Here are a couple of images to illustrate the point:
Attached Thumbnails
Click image for larger version

Name:	asterism-margin.png
Views:	267
Size:	431.7 KB
ID:	180353   Click image for larger version

Name:	asterism-padding.png
Views:	256
Size:	483.0 KB
ID:	180354   Click image for larger version

Name:	space-margin.png
Views:	266
Size:	487.6 KB
ID:	180355   Click image for larger version

Name:	space-padding.png
Views:	256
Size:	848.8 KB
ID:	180356  
Turtle91 is offline   Reply With Quote