Click to See Complete Forum and Search --> : Copying Multiple Page Sections


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?

ryanbutler
05-15-2007, 06:23 PM
Find/Replace using the current site defintion should work in this situation.

Ascendancy
05-15-2007, 06:35 PM
Oh yup, that's a good idea. Thanks for the help.