Thread: Robustness
View Single Post
Old 04-10-2012, 02:29 AM   #92
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by JimLL View Post
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.
Toxaris is offline   Reply With Quote