Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing references when saving

Status
Not open for further replies.

Bentley22

Programmer
Joined
Aug 29, 2001
Messages
205
Location
CA
I've created a template page that I use often for several different pages. However, when I resave the file under a different name, Dreamweaver changes all my relative path references to reference my hard drive.

Ex:
<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot;js/js_functions.js&quot;></script>

becomes...

<SCRIPT LANGUAGE=&quot;JavaScript&quot; SRC=&quot;file:///H%7C/js/js_functions.js&quot;></script>

Is there a way to turn this feature of, otherwise saving in Dreamweaver becomes useless.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top