To add a favicon to your WebHelp output using an oXygen Publishing Template, follow
this procedure:
-
If you haven't already created a Publishing Template, see Working with
publishing templates.
-
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>
-
Open the DITA Map WebHelp Responsive transformation scenario.
-
Click the Choose Custom Publishing Template link and
select your template.
-
Click OK to save the changes to the transformation
scenario.
-
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).