Adding a Logo Image in the Title Area

You can customize the title area of your WebHelp output by using a custom CSS.

For example, to add a logo image before the title, you could use the following code:

#header  h1:before {
    display:inline;
    content:url('oxygen-webhelp/resources/img/myLogoImage.gif');
}

In the example above, myLogoImage.gif is an image file that you need to store in an images directory from which it will be copied automatically by the WebHelp transformation to the output directory.

It is recommended that you store the image files in the same directory as the default icons.

Then you need to specify the path of your custom CSS in the transformation scenario.

Edit the WebHelp transformation scenario and open the Parameters tab.