View Single Post
Old 10-19-2010, 06:52 AM   #1
Mister_R
Member
Mister_R began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Oct 2010
Device: Kindle DX
Add book as HTML file

I have a folder with several html files. Each file is a book page.
In this folder there is also an index file.
I can’t add this book to caliber.
I press the add button. Select the html index file and the process seems ok, without any error, but it adds an empty file.
The problem may be in the index file. I have no HTML knowledge, but it seems like the example in Calibre FAQ.
Anyway I post here the HTML file sample. Any help is most welcome.

<html>
<head>
<title></title>
</head>
<body>
<a href="C:\Temp\Html\II\II-1.html" target="rechts" >Page 1</a>
<br><a href="C:\Temp\Html\II\II-2.html" target="rechts" >Page 2</a>
<br><a href="C:\Temp\Html\II\II-3.html" target="rechts" >Page 3</a>
<br><a href="C:\Temp\Html\II\II-4.html" target="rechts" >Page 4</a>
<br><a href="C:\Temp\Html\II\II-5.html" target="rechts" >Page 5</a>
...
<br><a href="C:\Temp\Html\II\II-589.html" target="rechts" >Page 589</a>
<br><a href="C:\Temp\Html\II\II-590.html" target="rechts" >Page 590</a>
<br></body>
</html>
Mister_R is offline   Reply With Quote