Find a section of code
I have a website with multiple pages.
Is it posible to find and replace a section of code that starts with <section class="display-7" and ends with </section> in Dreamweaver?
The html inbetween <section class="display-7" and </section> is different on every page.
I want to replace it with new html on multiple pages.
