Home > Advanced Functions > Styles > Applying Styles
Applying Styles You can apply certain predefined styles to elements on the help page such as text, links, images, tables, etc.
For example, to create a style named 'hide_link_underline' and then apply it to a hyperlink so that the underline is hidden and the font is grey, do the following:
1. Open the Help System
2. If you are not already logged in, log in as an administrator with 'tools' permissions.
3. Click the 'Tools' button to display the 'tools' form.
4. Click 'Styles' to display the style editor.
5. Add the following style and then click 'save' to save changes to the stylesheet.
a.Hide_Link_Underline { color: gray; text-decoration: none; } | 6. Click the browser refresh button to reload your help project so that this new style takes effect.
7. Click the 'edit page' button to display the editor toolbar.
8. Click the 'More' button on the toolbar to show additional functions.
9. Highlight the link that you want to apply a style to.
10. In this example, the link will appear gray with no underline.
See also
|