For anyone else how was wondering how to add chapters to the HTML files for BookReader, I emailed the author of the app and here is his reply. I tried it and it works beautifully. I had to add a space inside each HTML command (ie: < h1>) so it wouldn't format this post, so when you use this in your books, remove the space inside each command.
Quote:
BookReader parses the HTML, looking for standard formatting that might indicate a chapter change. If I recall correctly, the version you are using looks for the strings
< h1>...< /h1>, or
< p class="p...">< b>...< /b>< /p>
The header tags can be < h1> through < h9>, and the ellipses are some amount of text that the search doesn't care about. If you add headers using the < h1>< /h1> tags, BookReader should find them. Note that BookReader will group subsections together if they are too small (under 2kB or so) for efficiency.
John
|
Basically, write each chapters title as: < p>< h1>Chapter 1< /h1>< /p>