Quote:
Originally Posted by theducks
See! That is the beauty of using LINKED Style Sheets
Define once,
Apply class=<name> as many times as needed.
I have a 'chapno' style as a saved clip. I paste that in the stylesheet, then REGEX Search and Replace to change each chapter heading to use style="chapno"
|
If I was replacing all the chapter styles, I would not be using a class. I would just go with
<h2>Chapter Title</h2> and apply the chapter title styling to h2. It's neater and works better for detecting chapter titles if you want to generate a new ToC.