Here's an interesting article in which a guy explains how he formatted an entire book using only CSS. It's not something I had thought of before.
It's part of what inspired me to go ahead and create BBCode tags to create a novel format, inside our forum posts.
iangmcdowell.com
The guy goes through his whole process, including the more complex steps of having the CSS take care of the page numbers and page breaks. CSS being made for HTML, you'll understand that it's not intended to deal with actual pages, page numbers, and page headers. It was a pretty interesting read.
It's part of what inspired me to go ahead and create BBCode tags to create a novel format, inside our forum posts.
Laying Out a Print Book With CSS
In which I embark on a quixotic quest to make a physical book using web rendering technology.
The guy goes through his whole process, including the more complex steps of having the CSS take care of the page numbers and page breaks. CSS being made for HTML, you'll understand that it's not intended to deal with actual pages, page numbers, and page headers. It was a pretty interesting read.