View Single Post
Old 01-20-2014, 03:12 PM   #16
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,122
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by HarryT View Post
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
theducks is offline   Reply With Quote