Quote:
Originally Posted by JimLL
Ah, I go out of my way to put everything into one single html file. It's way too much time to mess with bits and pieces. Yeah, that would make it more than trivial.
|
Having all the chapters in one HTML file is bad form. It makes it more difficult to maintain. Maintaining and changing is a lot easier with separate files. It will also make everything a lot slower.
Not only that, multiple readers have issues if a single HTML file is bigger around 280 Kb.
And how about chapters starting in on a new page? That is automatically solved if a chapter is a new file. If not, you have to program it in the stylesheet.