Sitemap | Developers | Print
Templates - overviewPage templatesEach page template should be a fully formed HTML page. The best method is to design the page in your preferred design tool, such as Dreamweaver, then paste into the template editor.
Page templates can also include tags to position the navigation and user content. If you want a "hard-wired" page that the user cannot edit then omit the user content tag. Some pages may require custom navigation, in which case, leave out the navigation tag. You may include a link to a remote script or stylesheet file. Files can be uploaded under the "Files" tab (see referencing files), or they could reside on some other internet server. Section templatesSection templates are snippets of HTML, and should not include any page related tags such as <head> or <body> |