Step : Create a default custom HTML template file

Customizing HTML Templates Tutorial

Back Home Next
 

Note: Do not delete or change Wizard.html! To learn more about Wizard.html visit the Advanced Topics.

  1. Copy Wizard.html to another file that we can use as a basis for all future custom HTML template files that we might create. We do this to minimize the risk of accidentally corrupting Wizard.html. cd c:\Program Files\HCL\ZIEForWeb\ZIEWeb copy Wizard.html CustomTemplate.html
  2. Make a copy of CustomTemplate.html that we can use as our custom HTML template file for Standard Supplies, Inc. cd c:\Program Files\HCL\ZIEForWeb\ZIEWeb copy CustomTemplate.html sstemplate.html
Back Home Next