Chapter 9: Making Websites with Templates and Server-Side Includes
In This Chapter
Organizing your site’s assets
Understanding the benefits of using templates
Creating and using templates
Working with Server-Side Includes
Understanding site-root and document relative paths
Comparing templates and SSIs
At this stage, you’ve probably already designed your mock-up for the site, optimized all the graphics, and chosen how to lay out your pages using layers and tables, and you have a basic understanding about how to position and style the content with CSS. The next step you take in building your website is to create a master page from which you generate all the other pages on the site. Though each page will have different content, the general layout for every page will likely be the ...