Footer not displayed in Webhelp output with webhelp.footer.file
Posted: Thu Feb 11, 2016 1:40 pm
I'm fairly new to customizing DITA transforms, so apologies in advance for such a basic question but I'm tearing my hair out trying to get a logo to display in the footer of my Webhelp output. I'm using oXygen 15.2 with DITA OT 1.7. I have a well-formed XHTML file that consists only of an image:
I have edited the Webhelp transformation scenario and set the path of the webhelp.footer.file parameter to point to the above file. When I run the transform, however, I only see the "alt" text and not the actual logo. I've spent hours reading through the documentation and searching the Web, but I can't find a solution anywhere.
Could anybody please tell me what I might be doing wrong here?
Thanks!
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Company Logo</title>
</head>
<body>
<img src="logo.jpg" alt="Logo goes here"/>
</div>
</body>
</html>
Could anybody please tell me what I might be doing wrong here?
Thanks!