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

Post here questions and problems related to editing and publishing DITA content.
partyhat
Posts: 9
Joined: Wed Mar 10, 2021 12:34 am

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

Post 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>