View Single Post
Old 06-06-2010, 10:14 AM   #4
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by ShellShock View Post
Thanks for this--Shackleton is a hero of mine so I will enjoy reading this.

I thought you would like to know that there is a bug in many versions of Adobe ADE (as used in e.g., the Sony readers) which means the links in your Contents and List Of Illustrations do not work.

To fix them:

In the href, prefix bookmark names with a letter, e.g.,

<a href="mypage.htm#P001">

and then in the anchor is refers to, add an id attribute with the appropriate bookmark:

<a name="P001" id="P001">
Thanks for your suggestions.

It seems that ADE may be STRICTLY enforcing the EPUB standard (much like epubcheck would do) and then REFUSES to implement any depreciated support. I feel their focus is too narrow-minded, just like their inability to turn-off page numbering (which is NOT part of the EPUB standard, but their chosen implementation of it... oh, well! )

Per the EPUB standard, the naming of anchor names MUST now start with a letter and the XHTML can no longer use the <a name=> tag in favour of the <a id=> or embedded "id=" tag, so your suggestions are in fact required to comply with the EPUB standard. As a result, I've manually edited my .epubs and used a series of simple reg-ex's to implement your suggestions. I've uploaded the version 1.1 .epubs for your (or anyone else's) use.

Enjoy!

Last edited by nrapallo; 06-06-2010 at 10:23 AM.
nrapallo is offline   Reply With Quote