Quote:
Originally Posted by nabsltd
By directly styling the h1, you have to "undo" the base formatting for the "special" chapters. You would then use something like h1.normalchapter and h1.specialchapter.
|
I guess this is something I still don’t understand. Why not use the bare (L.E.: styled) h1 for the normal chapter, and h1.specialchapter for the rest? Why is there a need for a h1.normalchapter?
Quote:
Originally Posted by nabsltd
But, if you are going to do that, why bother restricting to h1? If you decide you need to change the level of headings down or up, then the stylesheet has to be changed to match. Without restricting to a single element and a class, instead only using a class, it's more flexible.
|
This is also something I don’t understand yet, sorry

Especially the 'why bother restricting' part. Do you mean you could reuse the class for the other headings?