HighDots Forums  

Mass link change

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Mass link change in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tjax
 
Posts: n/a

Default Mass link change - 11-23-2004 , 01:40 PM






I need to know how to change the link paths throughout a page, and preferably
through multiple pages all at once.

Here is the situation:

Have a Web site - about 50 pages
The site was moved from a root directory to a sub folder. (Dev site, not live)
The site is now back on the root (again, this is not the "live site" but one
we use for development)
Somehow (I have no idea how) the code for all of the links in the document now
referece the sub folder and obviously don't call up the images properly.

I have code that looks like this:

<td width="10" height="38" align="center"><img
src="../New%20Website/images/top_dots.gif" width="8" height="5"></td>

and I need it to look like this

<td width="10" height="38" align="center"><img src="../images/top_dots.gif"
width="8" height="5"></td>

These references are ALLLLLLLL over in throughout the site. How do I perform a
"mass change" at least throughout a whole page, if not throughout the entire
site...all at once?



Reply With Quote
  #2  
Old   
Brandon Taylor
 
Posts: n/a

Default Re: Mass link change - 11-23-2004 , 02:48 PM






You can do a find and replace on a folder, current page, entire local site
and more from within the find and replace dialog.

"tjax" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I need to know how to change the link paths throughout a page, and
preferably
through multiple pages all at once.

Here is the situation:

Have a Web site - about 50 pages
The site was moved from a root directory to a sub folder. (Dev site, not
live)
The site is now back on the root (again, this is not the "live site" but
one
we use for development)
Somehow (I have no idea how) the code for all of the links in the document
now
referece the sub folder and obviously don't call up the images properly.

I have code that looks like this:

td width="10" height="38" align="center"><img
src="../New%20Website/images/top_dots.gif" width="8" height="5"></td

and I need it to look like this

td width="10" height="38" align="center"><img
src="../images/top_dots.gif"
width="8" height="5"></td

These references are ALLLLLLLL over in throughout the site. How do I
perform a
"mass change" at least throughout a whole page, if not throughout the
entire
site...all at once?





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.