View Single Post
Old 11-20-2012, 03:14 PM   #5
mynock70
Junior Member
mynock70 began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2012
Device: iPad
I managed to figure it out.

basically you add this code to the end of the last xhtml doc:

Code:
<a id="com_apple_itunes_epub_end0001"></a>
Then in the toc.xhtml file the list element would look like this:

Code:
<li id="ID" class="CSSCLASS"><a href="Text/Chapter_01.xhtml#com_apple_itunes_epub_end0001">Section not in the sample</a></li>
For each entry in the TOC that you want greyed out, you add a new anchor tag and link to that tag.

And the reason that we make our own samples is that we are a music publishing company and we want control over what we give away.

Thanks.
mynock70 is offline   Reply With Quote