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="JavaScript" SRC="js/js_functions.js"></script>
becomes...
<SCRIPT LANGUAGE="JavaScript" SRC="file:///H%7C/js/js_functions.js"></script>
Is there a way to turn this feature of, otherwise saving in Dreamweaver becomes useless.
Ex:
<SCRIPT LANGUAGE="JavaScript" SRC="js/js_functions.js"></script>
becomes...
<SCRIPT LANGUAGE="JavaScript" SRC="file:///H%7C/js/js_functions.js"></script>
Is there a way to turn this feature of, otherwise saving in Dreamweaver becomes useless.