Quote:
Originally Posted by Anak
The books that skip the cover and/or other pages probabably all have a guide section in the content.opf
|
As near as I can tell, ebooks open on the first item inside the <navmap> section of the toc.ncx file.
[CODE]
<navMap>
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Pilgrimage</text>
</navLabel>
<content src="Text/Section004.xhtml"/>
<navPoint id="navPoint-2" playOrder="2">
<navLabel>
<text>INTERLUDE: LEA 1</text>
</navLabel>
<content src="Text/Section005.xhtml"/>
</navPoint>
<navPoint id="navPoint-3" playOrder="3">
<navLabel>
<text>ARARAT</text>
</navLabel>
<content src="Text/Section006.xhtml"/>
</navPoint>/CODE]
This may be due to using Sigil to edit the epubs since it does quite a bit of housekeeping behind the scenes. In the epub I grabbed the toc.ncx segment from, the content.opf does have the title page listed in the manifest and guide sections, however it does not open there.
Regards,
David