Quote:
Originally Posted by tompe
I assume the links works in the html file? You could try to use "a", "href" and "name" and see if it works.
|
Yes, the initial HTML file worked fine. I found the problem, though, it seems the links don't work when they are pure numbers, so I changed "780619" into "week0619" and now it's OK.
Quote:
opf files are documented on the MobiPocket web site. The contain meta information and pointers to the html files that te book consists of. Thinking about it a bit more I think it will work if you just put the guide thing in the correct place in the html file (the header). html2mobi should expand the links to a filepos and it should work.
|
Thanks, I'll try that.
EDIT: Yes, it works if I add the <guide></guide> thing in the <head> section of the HTML file. Now the only thing missing, for the moment, is how the reader computes the location for the "Start Reading" link, since it doesn't seem to be defined anywhere.