We would like to add [] around footnote links.
For example in the webhelp output, when there is a footnote cross reference we want it to look as follows:
______________________________________________________________________________________________________
Here is where the cross reference would be [1].
1 This is a footnote description.
Changing appearance of FN links in webhelp
Re: Changing appearance of FN links in webhelp
Hello,
You will have to contribute an additional CSS [1] to the WebHelp transformation scenario and include the following styling rules:
[1] https://www.oxygenxml.com/doc/versions/ ... n-css.html
Regards,
Alin
You will have to contribute an additional CSS [1] to the WebHelp transformation scenario and include the following styling rules:
Code: Select all
a[name^="fnsrc_"] > sup:before {
content: "["
}
a[name^="fnsrc_"] > sup:after {
content: "]"
}
[1] https://www.oxygenxml.com/doc/versions/ ... n-css.html
Regards,
Alin
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Return to “DITA (Editing and Publishing DITA Content)”
Who is online
Users browsing this forum: No registered users and 1 guest