Quote:
Originally Posted by stumped
find
/h2>
replace
/h2><h3>xChapter </h3>
..
then regenerate TOC
then remove H2
..
find
<h2 class="calibre7">xchapter</h2>
replace blank
the book code will now have incremental sigil id tags, one per chapter
|
I have to admit that I don't really understand what is happening here.
You add a h2 tag, then you add a h3 tag, then you delete the h2 tag.
What is the reason for adding <h2> and <h3> tags together? Why don't you add the h3 tag at step 1 if that is what you are wanting?