View Single Post
Old 12-07-2010, 10:46 AM   #20
Danger
Evangelist
Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.Danger ought to be getting tired of karma fortunes by now.
 
Danger's Avatar
 
Posts: 490
Karma: 1665031
Join Date: Nov 2010
Location: Vancouver Island, Nanaimo
Device: K2 (retired), Kobo Touch (passed to the wife), KGlo, Galaxy TabPro
Quote:
Originally Posted by theducks View Post
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>
Danger is offline   Reply With Quote