Create a CSS file in which you define the formatting of your HTML files, for example 'stylesheet.css'. In the job instructions, refer to the CSS file. Only use the styles defined in the CSS file (for example, Header 1, Header 2, Normal and Bullet list) to format your job instructions. This will ensure that your job instructions will be formatted consistently.
Back up your job instructions on a regular basis!
If the job instructions cannot be retrieved
Make sure the job instructions are located in the folder specified in System Admin as the Job Instructions Folder.
Make sure the file has the right name: [form number].html.
Make sure the user has sufficient network rights to read the instructions.
If the formatting is not displayed correctly
Make sure all job instruction files refer to the CSS file, for example as follows:
<link rel="STYLESHEET" href="stylesheet.css">
Make sure the path in this reference actually points to the correct location of the CSS file. If the CSS file name is not preceded by a path (as in the example above), the CSS file must be located in the same folder as the HTML files.
Make sure the HTML files use the styles defined in the CSS file.