Hi Mister_R,
Assuming that all your 'page' HTML files are in the same directory as the index.html file, try the following:
- Open index.html in your preferred text editor and use the find-and-replace so that each line goes from
Code:
<a href="C:\Temp\Html\II\II-2.html" target="rechts" >
to
Code:
<a href="II-2.html" target="rechts" >
i.e. remove the C:\Temp\Html\II\ part of each html filename.
- Save the edited index.html
- If you like, test it before reimporting to Calibre by double-clicking on index.html so that it opens in your Browser. Once the menu of pages comes up select one at random and make sure the correct page opens in the Browser without error. As long as this works you should be OK in Calibre.