Quote:
Originally Posted by HarryT
Great!
The only reason I know this is that I had the same problem myself - not with books being split on each line, but some books that had chapter headings like:
Chapter 5
Our Hero Takes Action
Having the chapter name and title appear on separate pages, for the same reason (a class name called "chapter_something" being used for the chapter title).
|
I have been replacing these type of constructs with Sigil
Code:
<h3 class="chapter">Chapter 5</h3>
<p class="chaptertitle">Our Hero Takes Action</p>
With
Code:
<h3 class="chapter">Chapter 5 -<br class="titlespacer" />
<span class="chaptertitle">Our Hero Takes Action</span></h3>
The added effect is the Generate TOC tool makes the entry
Chapter 5 - Our Hero Takes Action