Quote:
Originally Posted by Hitch
Joshua:
Really--you don't need that many stylesheets. It probably means you have a ton of duplicated and unneeded styles, which can cause issues with some readers. If you need that type of segregation, use comments in your Stylesheet to separate out the sections (we do that), for each section of the book, but having a new stylesheet for each page/piece is really overkill.
Hitch
|
Does it really make a difference whether the css is in commented blocks vs separate stylesheets? Assuming it is the same css either way. Lets say you have your special titlepage css in titlepage.css, and special story css in story.css, then link each to the appropriate page(s). It would achieve the same goal, with arguably variable efficiency in conveying the meaning of what you are trying to do.
I assume the main objective is to make sure that the same styles are not repeated on multiple stylesheets (if the different sections share identical css), nor that heaven forbid the same stylesheet is duplicated for each page.