WebHelp Responsive Customization with HTML not working for footer
Posted: Fri Mar 23, 2018 1:27 pm
Hello,
I customise a WebHelp Responsive. I can easily insert custom HTML Fragments but when I try to change the default footer with my own it isn't working. The same xhtml file works like a charm in the after body, but not as a footer. Someone knows why?
Working :
Not working :
Arnaud
Oxygen XML Author 20.0
I customise a WebHelp Responsive. I can easily insert custom HTML Fragments but when I try to change the default footer with my own it isn't working. The same xhtml file works like a charm in the after body, but not as a footer. Someone knows why?
Working :
Code: Select all
<html-fragments>
<fragment file="html-fragments/webhelp.fragment.footer.xhtml" placeholder="webhelp.fragment.after.body"/>
</html-fragments>
Code: Select all
<html-fragments>
<fragment file="html-fragments/webhelp.fragment.footer.xhtml" placeholder="webhelp.fragment.footer"/>
</html-fragments>
Arnaud
Oxygen XML Author 20.0