Guide statements not working on a kindle
okay I'm making this ebook as an epub first via sigil. Then using amazon to convert it to mobi
I have the NCX file working. I have a linked table of contents, but it cannot find the TOC nor the start of the text (opens on the title page)
I think the trouble is with these lines of code on the bottom of my content.opf file.
<guide>
<reference href="toc.xhtml" title="Table of Contents" type="toc" />
<reference href="Chapter 1.xhtml" title="Beginning" type="text" />
</guide>
Can anyone help?
|