Quote:
Originally Posted by JSWolf
I too like minimalist design in eBooks. It'd just easier to deal with. You wont believe the amount of junk left in the average CSS.
|
Sure I will. Lots of things are specified at the wrong level, such as books where paragraphs are specified to use font A, then there's a span class defined to set font B, and the resulting code nests that span inside every paragraph. The much cleaner approach is to specify the font once, at the BODY level, and then look for any exceptions...like headers.