Thread: Unusual ID
View Single Post
Old 08-08-2012, 11:03 AM   #1
curiousgeorge
Connoisseur
curiousgeorge began at the beginning.
 
Posts: 53
Karma: 10
Join Date: Aug 2012
Location: Nashville, Tn
Device: ipad, Kindle Fire
Unusual ID

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:
Code:
<a id="ch24"></a>
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???

Last edited by curiousgeorge; 08-08-2012 at 11:11 AM.
curiousgeorge is offline   Reply With Quote