Hi,
Two questions.
First Question
I have two table of contents in my document. The first TOC is off by one page. See attached. "Introduction" is correct, but every page reference is one less than it should be.
Second Question (related, I think)
Whenever I style with "page-break-before: always;" the new page has a top margin I can't get rid of. I've colored all appropriate divs to see if something is stretching into the area, but it just seems like user error or a bug. Thoughts?
Thank you!
Two questions.
First Question
I have two table of contents in my document. The first TOC is off by one page. See attached. "Introduction" is correct, but every page reference is one less than it should be.
<h2>Table of Contents</h2>
<div class="toc1"><a class="toc" href="#toc-intro">Introduction</a><br><a class="toc bookmark0" href="#toc-1">1) Register</a
>
<a href="#top" style="text-decoration:none"><h2>1)
<b>Register</b><br>
</h2></a>
div.toc2 h2 {
page-break-before: always;
}
Second Question (related, I think)
Whenever I style with "page-break-before: always;" the new page has a top margin I can't get rid of. I've colored all appropriate divs to see if something is stretching into the area, but it just seems like user error or a bug. Thoughts?
Thank you!