Setting the Initial Width of the WebWorks Help Navigation Pane
The navigation pane provides the Contents, Index, Search, and Favorites tabs. When the WebWorks Help opens, the initial width of the navigation pane is 300 pixels by default. You can override the
wwhelp.htm file to define the initial width of the navigation pane.To set the initial width of the navigation pane
- In your Stationery design project, on the View menu, click Project Directory. For more information about override files and locations, see Stationery, Projects, and Overrides.
- If you want to override the initial width for all WebWorks Help targets, create the
Formats\WebWorks Help 5.0\Files\wwhelp\wwhimpl\js\htmlfolder in your projectname folder, where projectname is the name of your ePublisher project. - If you want to override the initial width for one WebWorks Help target, create the
Targets\WebWorks Help 5.0\Files\wwhelp\wwhimpl\js\htmlfolder in your projectname folder, where projectname is the name of your ePublisher project. - Copy the
wwhelp.htmfile from the following folder to the html override folder you created within your project folder:Program Files\WebWorks\ePublisher Designer\Formats\WebWorks Help 5.0\Files\wwhelp\wwhimpl\js\html - Open the
wwhelp.htmfile you copied to your project override folder. - Find the following line of code and modify the 300 to be the number of pixels wide you want the navigation pane to use as its initial width.
<frameset cols="300, *" onLoad ... - Save and close the
wwhelp.htmfile. - Regenerate your project to review the changes.
Last modified date: 01/28/2026