Fastpage Help

Category Section - Getting Started

 <<previous | next>>  
  Overview on getting started with Fastpage
 


Click here to return



Working with Dreamweaver templates *.dwt files

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


./
../
../../
images/

Folder Structure
the current folder
takes you up towards the root by one folder
takes you up towards the root by two folders
takes you down from the root by one folder

Note: If you are using a reserved link entity in a Dreamweaver template located off the site root in Templates the path is ../{link_menu} this will resolve correctly to {link_menu}