Quote:
Originally Posted by fluoresce
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