Evolution of a template
- Create HTML and CSS without Content (or strip out Content of existing page)
- Determine "universal" elements and turn into SSI statements. These are usually header or banner, footer, navigation at minimum
- cut statements and paste into separate html files
- replace with <!--#include statements
- Save as Template in Dreamweaver (.dwt in Templates folder)
- Add editable regions into likely areas:
- before <link statements to add new css
- after <link statements to add new css or scripts
- around <title> so user can change title
- content areas
- just before </body> statement to put google analytics (if used)
Stages
(examples - right click and save to desktop for reviewing)
- HTML and CSS
- With #include statments added: HTML, nav.html, header.html, footer.html
- and 4. HTML as dwt with editable regions labeled
OR get entire directory as zip file (right click as save as, then unzip into local directory named marie or something so you don't wipe out your own files.
Page Updated
01.24.2010
