Changing appearance of FN links in webhelp
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 90
- Joined: Tue Mar 31, 2015 10:43 pm
Changing appearance of FN links in webhelp
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.
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.
-
- Site Admin
- Posts: 275
- Joined: Thu Dec 24, 2009 11:21 am
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: "]"
}
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)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service