The procedure below enables you to create a template that uses a cascading style sheet. If you want to define the formatting inside your template, omit all instructions related to the style sheet.
- Create a new folder, for example \my_own_setup-sheets.
- Copy the images from the original \file\setup-sheets folder into your new my_own_setup-sheets folder. You can replace the images with your own graphics, but keep the original file names.
- Place the cascading style sheet (for example, my_stylesheet.css) into the my_own_setup-sheets folder.
- Open Notepad.
- Create the head section:
<head>
<title>Your title for setup sheet page</title>
</head>
- Add the link reference to your style sheet immediately before the </head> tag:
<link rel="stylesheet" type="text/css" href="../global/my_stylesheet.css" />
- Create the body section with the <body> </body> tags, and build your table between them.
If you are using the default style sheet (style.css), add this line right after the <body> tag to specify the page layout:
<div class="a4page">
- If you'd like to have a logo at the top of the page, insert the following variable before the <table> tag:
{CompanyLogo}
- Save your file as .html.