Creating an Additional HTML Help Window Definition
To create an additional window definition, such as a window without the navigation pane, you need to override the default template.hhp file. This file provides the default HTML Help project options. You can add a window definition through HTML Help Workshop, and then use WindowType markers in your source documents to use that window for specific topics in your HTML Help.
Note: This template file is used to create the .chm file for each top-level group in your project. If you have multiple top-level groups, ePublisher applies these settings to the .chm file for each top-level group.
To create an additional window definition
In your Stationery design project, on the View menu, click Project Directory. For more information about override files and locations, see “Understanding Stationery, Projects, and Overrides” on page 371.
If you want to override the default HHP settings for 'all HTML Help targets' in the 'project, create the Formats\Microsoft HTML Help 1.x\Pages folder in your project folder.
If you want to override the default HHP settings for a specific 'target, create the Targets\targetname\Pages folder in your project folder, where targetname is the name of the target you want to override.
Copy the template.hhp file from the following folder to the override folder you created within your project folder:
Program Files\WebWorks\ePublisher Pro\Formats\Microsoft HTML Help 1.x\Pages
In HTML Help Workshop, open the template.hhp file you copied to your project override folder.
On the Project tab, double-click on Tripane=”” under [Windows]. HTML Help Workshop displays the Window Types window.
Click Add.
Type the name of the new window, and then click OK.
Specify all the appropriate values for the window on all the tabs, and then click OK. For more information about an option, see the HTML Help Workshop help.
On the File menu, click Save Project.
On the File menu, click Exit.
Regenerate your project to review the changes.