To add a customized welcome message in the main page of the WebHelp Responsive 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.fragment.welcome
parameter in the
parameters section with its value set to one of the
following:
- A small well-formed XHTML fragment (such as:
<i>Welcome to
the User Guide</i>
).
- A path to a file that contains well-formed XHTML content.
<publishing-template>
...
<webhelp>
...
<parameters>
<parameter name="webhelp.fragment.welcome" value="c:\myMessage.xhtml"/>
</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.
In the WebHelp output, your custom message will be displayed above the search box in
the main page.