Quote:
Originally Posted by wallcraft
This isn't possible, since FBReader only supports single-file HTML ebooks. If you have multiple related HTML files (e.g. book chapters) then you need to make an OEB ebook by adding a .opf file (which lists the HTML files among other things), zipping all the related files into one .zip and finally rename it .oebzip. Then links between HTML files in the OEB ebook will work. If you don't want to make an .oebzip, point FBReader to the .opf file for the same effect.
|
Thank you! That was any amazingly detailed post.
In the end I had to do two more steps, I think because of teh format of my html files.
First I used html2oeb to build the opf file, then I had to change all href="content/, by removing 'content/' in the opf file. Then I moved the opf to the content directory, and then I zipped it all up and renamed it oebzip.
But after all that it worked!