You can customize WebHelp Responsive output to include a logo in the title area. It
will be displayed before the publication title. You can also specify a URL that can
be used to send users to a specific website when they click the logo image.
To add a logo in the title area of 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.logo.image
parameter in the
parameters section with its value set to path of your
logo.
-
If you also want to add a link to your website when you click the logo image,
set its URL in the
webhelp.logo.image.target.url
parameter.
<publishing-template>
...
<webhelp>
...
<parameters>
<parameter name="webhelp.logo.image" value="c:\myLogo.jpg"/>
<parameter name="webhelp.logo.image.target.url" value="http://sample.com"/>
</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.