View Single Post
Old 12-04-2009, 07:27 AM   #2
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 Patricia View Post
Can anyone tell me where I'm going wrong?
I don't think there is anything wrong; it's just that perhaps it's a bit too complicated for the LRF generating routine.

When I create .imp ebooks from html code using eBook Publisher, I must separate those two HTML tags before the links work properly.

Try replacing that html code with, for the body text:
Code:
<a id="fn1marker"></a><a href="#fn1">[1]</a>
and this for the endnotes:
Code:
<a id="fn1"></a><a href="#fn1marker">1.</a>
or in older depreciated html code just:
Code:
<a name="fn1marker"><a href="#fn1">[1]</a>
and this for the endnotes:
Code:
<a name="fn1"><a href="#fn1marker">1.</a>
See if this works for you.
nrapallo is offline   Reply With Quote