How to Add a Company Logo

Post here questions and problems related to editing and publishing DITA content.
cjboorman
Posts: 37
Joined: Wed Jun 19, 2013 1:49 am

How to Add a Company Logo

Post by cjboorman »

I'm generating DITA Map WebHelp Classic docs, and I want my company logo to appear to the left of the document title in the Header division. I.e., I want it to appear here:

Image

I need to find out where in the transformation (and in which transformation) to add the HTML code to insert the image. This is where I need it (

Code: Select all

<img>my_logo.png</img>
) to appear in the output HTML:

Image
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: How to Add a Company Logo

Post by bogdan_cercelaru »

Hello,

You can achieve this by using the webhelp.logo.image parameter. Here you can find more information: Publishing / Transformation Scenarios / Built-in Transformation Scenarios / DITA Map Transformation Scenarios / DITA Map to WebHelp Output / WebHelp Classic Output

Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
cjboorman
Posts: 37
Joined: Wed Jun 19, 2013 1:49 am

Re: How to Add a Company Logo

Post by cjboorman »

That solved my problem - thanks.


Chris Boorman.
Post Reply