I have a book I'm fixing where the chapters are named:
Code:
<p class="calibre4">1</p>
<p class="calibre4">2</p>
...and so on.
How can I change these occurences with, for instance
Code:
<h3>Chapter 1</h3>
<h3>Chapter 2</h3>
...and so on?
I've tried all the combinations I know of but can't seem to get it done.
Many thanks !
Paul