View Single Post
Old 01-30-2011, 11:14 AM   #9
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: 29,803
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
you could also avoid using a style-name the is a standard splitting filter

change the stylesheet and usage from .chapter (class="chapter", to something that the splitter won't grab upon.

style-sheet: .mychapt
usage: class="mychapt"

But changing the original (in red)p to h2 should have done the trick so for BOTH the TOC and inline_toc

Code:
 <body>
  <div class="chapter" id="ch11">
    <p class="chapterTitle"><a href="../Text/contents.html#ch_11">Chapter 11</a></p>
  </div>
theducks is offline   Reply With Quote