View Single Post
Old 10-19-2010, 09:18 AM   #4
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Hi Mister_R,

Assuming that all your 'page' HTML files are in the same directory as the index.html file, try the following:
  1. 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.
  2. Save the edited index.html
  3. 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.
jackie_w is offline   Reply With Quote