The publishing process for Author-it Web Help is slightly different from publishing HTML Pages or HTML Help. When you create your Web Help topics in your library you'll apply styles to the text as normal, for example using Body Text, List Bullet, Special Bold, and so on. The webhelp.css defines styles that are specific to the Web Help templates, and overwrites some styles published from Author-it. The webhelp.css gives the output its distinctive look.
Important: To work with and modify style sheets, you will require a good working knowledge of style sheets. We recommend you back up your publishing templates before making any changes.
To modify the style sheet:
- Open the webhelp.css style sheet in Notepad or an HTML editor.
- Change and existing style by modifying the attributes, or add a new style to the style sheet.
- Save the changes.
When you want to make look and feel changes you will generally be making them either in Author-it by changing Style objects, or by editing the webhelp.css. The following styles in the webhelp.css overwrite the the styles from Author-it:
- Table Text
- Table Heading
- Table Body Text
- Table List Bullet
- Related Heading (Note, this style has a colored background)
- Related Item (Note, this style has a colored background)
- Body Text
- List Bullet
- List Bullet 2
- List Alpha
- List Alpha 2
- List Number
- List Number 2
- List Note
- Expanding Block
- Index Link
- Heading 1
- Index 1
Modifying styles directly in the style sheet
When you publish books to the HTML outputs, Author-it creates a style sheet containing the attributes for each style used in your book. The attributes are taken from the Style object's Web tab. You can use the attributes from the stylesheet.css to update the styles or to add styles that are not already included in the webhelp.css.