How to add a logo image in the title area using a publishing template

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:

  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.logo.image parameter in the parameters section with its value set to path of your logo.
  3. 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>
  4. Open the DITA Map WebHelp Responsive transformation scenario.
  5. Click the Choose Custom Publishing Template link and select your template.
  6. Click OK to save the changes to the transformation scenario.
  7. Run the transformation scenario.