Hi, can anyone help in replacing this class with nested code inside, throughout multiple documents?
From
Code:
<p class="p23"><span id=“ [chapter number] ”></span> [chapter title] </p>
To
Code:
<h1 class="p23"><span id=“ [chapter number] ”></span> [chapter title] </h1>
Thanks!