View Single Post
Old 10-03-2008, 06:54 PM   #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
Hi,

Me again; I see it's you again.

It's Ok. Let me start by saying "welcome" to the world of converting problems when using .lit as an input.

Good questions. I've had similar issues before.

What you can try and do is:

1. Open the main .html file in a text editor and look for a tag like <a href="linkfile#name">
2. If the 'linkfile' above is the name of your .html filename, then remove it
i.e. do a search & replace for <a href="linkfile#name"> and replace with <a href="#name">
3. open the main .html in internet explorer or firefox and see if the links work now.

The double size problem may be an issue with the .opf file that gets created by lit2sb. The last entry in the <spine> section usually gets duplicated and if already exists in the <spine> section, then can be deleted.

Try these simple corrections and re-build the .opf into .imp.

If you need more help, just private message me.
nrapallo is offline   Reply With Quote