View Single Post
Old 12-23-2010, 10:25 PM   #14
cyberbaffled
Author&Publisher
cyberbaffled began at the beginning.
 
Posts: 61
Karma: 10
Join Date: Oct 2009
Location: Colorado, USA
Device: Kindle
The following two line of code are from the BOOKNAME.html and the "guide" section of the BOOKNAME.opf files respectively.

<a id="start" name="Beginning" />

<reference type="text" title="Beginning" href="NavigatingManifoldM5.html#start"></reference>

In my opinion there's nothing in them that elucidates Kindle Preview's failure to open at the location of the anchor tag. Instead, it opens at the "acknowledgements" header, which is determined by the following two lines of code, taken again and respectively, from the BOOKNAME.html and the "guide" section of the BOOKNAME.opf files.

<h2 id="_RWTOC-4">ACKNOWLEDGEMENTS</h2>

<reference type="text" title="Acknowledgements" href="NavigatingManifoldM5.html#_RWTOC-4"></reference>

Does the preceding spark any new thinking?
cyberbaffled is offline   Reply With Quote