Navigation: Introduction > Known limitations > Including the stylesheet |
![]() ![]() ![]() |
Newer versions of Help and Manual do not include the stylesheet, normally default.css, in the hhp file. This means that the stylesheet is not parsed by HM2JHelp and the resulting JavaHelp will not be correctly formatted. To include the stylesheet follow the instructions below.
• | Within Help and Manual select Project Properties from the Project menu. |
• | Expand the HTML Help section and select Extended HHP Settings. |
• | In the text area for the Additional settings for the .HHP file enter the following lines. |
[FILES] default.css
|
• | If you are using a different stylesheet, amend the file name accordingly. |
• | Click OK to save these changes. |
Now when you build the HTML help, the stylesheet name will be included in the .hhp file and HM2JHelp will be able to parse the stylesheet correctly.