Home > Advanced Functions > Templates > Customizing a Page Template
Customizing a Page Template
If most of the pages that you add to your help system have the same format, or elements that are the same, it may be useful to customize an existing page template. Page templates are located in the project folder and have the format:
_PageTemplate_<template name>.aspx Example: _PageTemplate_HTML Page.aspx
Follow the steps below to customize a page template.
1. Open a page template file with an HTML editor or text editor. In the example below, we'll open the file with WebMatrix which is a free editing tool from Microsoft. 
2. You may want to include your product or company logo to the top of each page, as shown in the example below.

3. Each new page added to your help system will be created from this customized template.

See also
|
|