Hi,
Thanks for the positive comments!
I should just say more about how I’ve done this, in case it is useful to anyone. Though I’m sure there is a better way of doing it.
I have divided it all up into pages (to go with the pdfs), and have created a WordPress Page for each one. All these are child pages of the contents page, use my own textpage template, and have a page order of the book ‘page number’ plus 1000.
To each WordPress Page, I have copied in exported html (minus all the formatting except paragraph and emphasis). The textpage template uses CSS classes to get the book style formatting.
So far, it is a little bit hacky and cumbersome. It would be nice if I didn’t have to actually create the pages in WordPress, but just supply text files. I’m sure that can be done if you know how.
The page navigation is done using some simple php functions that I’ve written, plus the use of if() and else() in the templates. I’ve put the functions in a separate .php file. In there, I update the last chapter number, and set the number of pages in each chapter. The text pages and the contents page work using those functions. This is much better – well I am a programmer by trade.
If anyone has any questions or suggestions, feel free to put them.
Cheers
Jeff