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.