When you create a template file by opening an existing page and then saving that page as a template, Dreamweaver ensures that all links in the page continue to point to the same files they pointed to before. Since templates are saved in a special template folder, this means that the path shown for a document-relative link changes when you save the page as a template. Don't be concerned about this change; when you create a new document based on that template, and then save the new document, all the document-relative links are updated to continue to point to the correct files, just as you would expect. Example:- .../images/xxxxxx.jpg - when you generate a new HTML from the *.dwt template this will resolve to images/xxxxxx.jpg
|