Page 1 of 1

webhelp.fragment.footer: Need example of "well formed xhtml" for

Posted: Wed Feb 09, 2022 12:03 am
by partyhat
I am trying to customize the topic footers for webhelp responsive output.
The Oxygen help says I need to create a "well-formed xhtml fragment".
Can someone give me an example of an xhtml fragment file that would work for the footer?
Is this close to what I would need?

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<a class="oxyFooter" href="https://www.google.com" </a>
</body>
</html>