Customizing HTML Templates Tutorial

Back Home Next
 

Step Step 2: Create a default custom HTML template file

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\IBM\HostOnDemand\HOD
    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\IBM\HostOnDemand\HOD
    copy CustomTemplate.html sstemplate.html

Back
Home
Next