The file structure of a design template must fit that expected by the CMS. The structure includes two subfolders and an html template file.
- /images/
This is where all imagery used within the design should be kept.
- /css/
Contains all CSS style sheets for the design.
- /index.htm
This is the sample html template file that should be loaded to test your design. It is a sample stylesheet page that consists of some of the basic content types generated by the CMS. Reviewing the HTML source will give an understanding of how the CMS generates HTML and how it can be manipulated by CSS.
Next - Style sheets >>