PDA

View Full Version : Batch URL changes


King Mango
02-14-2006, 06:25 PM
Suppose I have twenty web pages saved on my HD via File>Save as... using IE.
I want to make these pages work as a local web on my HD.
The location of the pages on the web and the links within them all root to: http://coolwebsite/directory1/*
the location on my HD is:
C:\Documents and Settings\King Mango\My Documents\coolwebsite\webs\*
I used Dreamweaver to find and replace in code
http://coolwebsite/directory1/
with
C:\Documents and Settings\King Mango\My Documents\coolwebsite\webs\
but now when I open the htm file of one the pages on my HD and hover the link for the file called coolwebsitehomepage it looks like this:
file:///C:/Documents%20and%20Settings/King%20Mango/My%20Documents/coolwebsite/Webs/coolwebsitehomepage?skin=print
and when I click it nothing happens...
how can I make it so the pages I have saved create a local web?
so when I open "this is how you do this.htm" I can study it and when it links to another topic which I have saved on my HD, I want that link to point to the page I saved to my HD instead of the one on the web