Let's say that I have 45 pages on a website, and there is a section like this in the site:
Now let's say that I want to change that to this:Code:<a href="page.php">page</a> <a href="page2.php">page2</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?Code:<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>


Reply With Quote
Bookmarks