Quote:
Originally Posted by theducks
Maybe in Code View
If you can find a pattern to write a REGEX search against and replace term and change the current Tags wrapping the Chapter heading with the "h# tags.
Unfortunately, not all ( about 80% are) are single pass, simple  , I recently did a 150 chapter book that had roman numerals  in a single pass ("Chapter XI").
|
A bit late on this but I figured I'd give my 2cents... in code view, CTRL+F and search for "chapter" in ALL HTML files. Then at each chapter I replace the tags with H2... <h2>Chapter .... </h2>