Specifying a Style Sheet for HTML Documentation
A style sheet includes a set of stylistic rules that describe how to
present HTML pages, including the size, color, and font of the text.
You can replace the existing style sheet with your own style sheet for the following HTML pages in the IDE.
- Readme and What's New
- Javadoc documentation
- Online help
To change the stylesheet for README.html and WHATISNEW.html:
- Go to the top-level of the IDE installation directory.
This directory is the directory in which
which README.html and WHATISNEW.html reside.
- Edit or replace the .css file.
To change the stylesheet for Javadoc documentation:
- From the main window, choose Tools
Options.
- In the Options window, expand the Code Documentation node.
- Expand the Doclets node and select Standard Doclet.
- In the property sheet, scroll down to the Style Sheet File property
and enter the filename of the style sheet to use to generate Javadoc documentation.
To change the stylesheet for the online help:
- In the IDE's installation directory, go to
/docs/org/netbeans/modules/usersguide
- Edit or replace the ide.css file.
Legal Notices