I am wanting to find and replace all occurrences of -
<p class = "Headsmall"> xxx</p>
to
<h2> xxx</h2>
where xxx could be any characters.
How could I do that?
Thanks,
Mart
I am wanting to find and replace all occurrences of -
<p class = "Headsmall"> xxx</p>
to
<h2> xxx</h2>
where xxx could be any characters.
How could I do that?
Thanks,
Mart