How to add a favicon in WebHelp systems using a publishing template

To add a favicon to your WebHelp output using an oXygen Publishing Template, follow this procedure:

  1. If you haven't already created a Publishing Template, see Working with publishing templates.
  2. Open the template descriptor file associated with your publishing template and add the webhelp.favicon parameter in the parameters section with its value set to path of your image.
    <publishing-template>
    						...
    						<webhelp>
    						...                
    						<parameters>
    						<parameter name="webhelp.favicon" value="c:\myFavicon.jpg"/>
    						</parameters>
    						</webhelp>
  3. Open the DITA Map WebHelp Responsive transformation scenario.
  4. Click the Choose Custom Publishing Template link and select your template.
  5. Click OK to save the changes to the transformation scenario.
  6. Run the transformation scenario.
Browsers that provide favicon support will display the favicon (typically in the browser's address bar, in the list of bookmarks, and in the history).