![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
![]() |
| Thread Tools | |
| Display Modes | |
| |