View Single Post
Old 05-15-2017, 10:13 AM   #9
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
Quote:
Originally Posted by fluoresce View Post
Thanks, Toxaris.

The h3s are distributed throughout the body of the content. Whenever one of them happens to be at the top of a page, the TOC link that points to that h3 header instead points to the previous page, as if a piece of the h3 header's margin is being left on the previous page.

I suppose the only two ways of fixing this issue are to either do as you say and place each h3 at the top of a new document or push each h3 down with the previous element's bottom margin.
Or style the h3 element as
Code:
page-break-before: always
to force a new page with each h3.

BobC
BobC is offline   Reply With Quote