View Single Post
Old 02-07-2017, 01:05 PM   #9
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Turtle91 View Post
You can try the "page-break-inside:avoid" style in your div or "page-break-before:always" in your h4 styling. Unfortunately, there's no guarantee that all readers/apps/devices will honor that.
I agree. I would go with the "page-break-before: always;" solution if this bothers you. (Or maybe there is other CSS cruft you may have throughout your book that is exacerbating this problem?)

Quote:
Originally Posted by Notjohn View Post
Not what you want to hear, I suppose, but I think anyone who has read more than one or two e-books will not be put off by seeing a breakhead at the bottom of a "page."
I agree.

Quote:
Originally Posted by SigilBear View Post
Good tip about the paragraph style; I'm used to using headers on my web pages, but I guess turning me headers into paragraphs would automatically avoid this problem.
No, absolutely not. Headers are important semantics, and are extremely important for devices such as Screen Readers (being able to hop around the book much more easily).

Quote:
Originally Posted by Notjohn View Post
Will these h4 headings actually be in the TOC? If not, shouldn't you use a paragraph style?
Come on Notjohn... you have been here long enough to hear the arguments on why going from proper <h#> -> <p class="styling"> is a poor idea (I definitely know me + Hitch have discussed this extensively over the years).

You even posted in one of the latest times this was brought up!

https://www.mobileread.com/forums/sh...21#post3403721

Last edited by Tex2002ans; 02-07-2017 at 01:07 PM.
Tex2002ans is offline   Reply With Quote