Quote:
Originally Posted by Alda
That didn't work, unfortunately. It still opens at location 13 for some reason. 
|
In that case you most likely have several
text guide items. Double-click
content.opf and double-check the guide items section. It should look like this:
Code:
<guide>
<reference href="Text/Cover.xhtml" title="Cover" type="cover" />
<reference href="Text/TOC.xhtml" title="Table Of Contents" type="toc" />
<reference href="Text/chapter1.html" title="Text" type="text" />
</guide>
(Of course your book will have different file name references.)