Adding Logo in Webhelp
Posted: Wed Sep 04, 2013 12:36 pm
Hello,
I am trying to add a logo to my header frame in webhelp. I modified the createMainFiles.xsl file so it adds an img tag to my header frame. The problem I have is the image is not getting copied to the out directory since it is not referenced in a topic.
I tried using the <copy> ant command but it didn't work.
I even tried forcing absolute paths in the copy command but nothing works
<copy file="/Users/amd/Desktop/logo.png" tofile="/Users/amd/Desktop/films/logo.png" overwrite="true"></copy>
Is there any way of forcing an image in my project folder to be copied to the out/webhelp folder ?
Any ideas anyone ?
Cheers
Andre
I am trying to add a logo to my header frame in webhelp. I modified the createMainFiles.xsl file so it adds an img tag to my header frame. The problem I have is the image is not getting copied to the out directory since it is not referenced in a topic.
I tried using the <copy> ant command but it didn't work.
I even tried forcing absolute paths in the copy command but nothing works

<copy file="/Users/amd/Desktop/logo.png" tofile="/Users/amd/Desktop/films/logo.png" overwrite="true"></copy>
Is there any way of forcing an image in my project folder to be copied to the out/webhelp folder ?
Any ideas anyone ?
Cheers
Andre