View Single Post
Old 11-15-2011, 08:38 AM   #11
liongabriel
Junior Member
liongabriel began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2011
Device: iphone, and others
Sigil TOC problem

I've read a few of these posts looking and couldn't find a solution, i apologize if i missed it. I'm new to making ebooks, although I know HTML and CSS.

I am working on a client's eBook in ePub format and using Sigil, it seems to work on the Nook, and other browsers but on the iPhone in iBooks, I'm missing chapter 9 in the TOC. every other chapter is there, and I've checked the code and re-written it... i can't figure out why it's not showing up.

I saw it's touched on in this thread, but I'm using version: 0.4.2 on a macbook pro, and no luck with ch9.

here's my code on the headers:

<h1 class="story sigilNotInTOC" id="Chapter-Nine.html" xml:lang="en-US" xmlns:xml="http://www.w3.org/XML/1998/namespace"></h1>
<hr class="sigilChapterBreak" />

<div style="text-align: center;">
<h1 class="title_one" id="heading_id_2">CHAPTER NINE<br /></h1>
</div>

<div style="text-align: center;">
<h2 class="Subheader" id="heading_id_3">He Didn’t Accept It Then, He Won’t Accept It Now<br /></h2>
<div>

I'd really appreciate help, I imagine this is an easy fix.

Thanks in advance!

Gabriel
liongabriel is offline   Reply With Quote