Quote:
Originally Posted by Holden
When I try to insert the chapter break, a new section opens but the page is blank and the text is still in the previous page.
What am I doing wrong?
|
If you inserted the chapter break in Book View mode, you might've simply inserted it in the wrong position.
I'd recommend the following:
- Switch to Code View
- Globally replace all initial chapter header tags (h1,h2,h3...) with
<hr class="sigilChapterBreak" /> and the header tag. E.g.:
Find: <h3>
Replace: <hr class="sigilChapterBreak" /><h3>
- Then press F6 (=Split at Chapter Markers)