Quote:
Originally Posted by reinsley
I discover a strange thing. The links are ok now but the popup footnote does not work anymore. I jump to the Answer.html, it's not easy to read as I see the full texte.
|
There is not a standard for footnote pop-up. Every application could use it or not.
Quote:
I found a guide : Kindle Publishing Guidelines : How to make books available for Kindle devices and applications
I have to dig inside, it may help.
|
But it is only a amazon ebook?
Quote:
By the way, the conversion epub to azw3 keeps the links.
The pagebreak works fine and is done with
.pagejump {
page-break-before:always;
}
|
Not all the ebook reader support well the page-break-before. The only way to be "sure" to have a page break is to break the file. Infact...
Quote:
If I convert epub to epub, Calibre kills my page, swallows the pagebreak and it splits the page in little chapter.html as many as it meets a page break.
Not so simple but its a good training.
|
To be honest, if I had an ebook like your to do, I would create a short script in python (or other language) that would create the thousands of HTML pages you need, starting from a list of questions and answers.