I have a valid epub that was given to me by a friend to examine. I see in one particular page it shows the h2 class but than it shows two ids.
One id is
Code:
<a id="page_393"></a>
the second:
I understand the second and see it in the toc.ncx file and it calls the page
Code:
<navPoint id="30" playOrder="30">
<navLabel>
<text>Text here</text>
</navLabel>
<content src="xhtml/chapter24.html#ch24"/>
</navPoint>
but when epub is viewed in adobe digital page 393 is not right. Im trying to figure out where the id 393 is being called at and what it is for.
actual code:
Code:
<h2 class="h2"><a id="page_393"></a><a id="ch24"></a>
edit:
and contents appears to do the same thing:
Code:
<h2 class="h2"><a id="page_6"></a><a id="page_7"></a>Contents</h2>
By looking at it it appears to be an order structure???