Ascendancy
05-15-2007, 05:30 PM
Let's say that I have 45 pages on a website, and there is a section like this in the site:
<a href="page.php">page</a>
<a href="page2.php">page2</a>
Now let's say that I want to change that to this:
<a href="home.php">Home Page</a>
<a href="about.php">About Page</a>
<a href="page2.php">page2</a>
<a href="fun.php">Fun Page</a>
Using Dreamweaver, is there an easy way to replace that one section with the new code without having to open every page and copy/paste?
<a href="page.php">page</a>
<a href="page2.php">page2</a>
Now let's say that I want to change that to this:
<a href="home.php">Home Page</a>
<a href="about.php">About Page</a>
<a href="page2.php">page2</a>
<a href="fun.php">Fun Page</a>
Using Dreamweaver, is there an easy way to replace that one section with the new code without having to open every page and copy/paste?