Cross-reference functionality with Firefox
Posted: Thu Feb 06, 2014 6:52 pm
Hi,
I created a cross reference link within a single doc. I wanted to refer the reader from one part of this doc to another part near the beginning.
When I created a cross-reference link and tested it in Firefox, clicking the link opens or goes to a blank page. When I test this in Chrome, the link works properly and takes me to the connected content.
Here's what I did:
Thank you.
I created a cross reference link within a single doc. I wanted to refer the reader from one part of this doc to another part near the beginning.
When I created a cross-reference link and tested it in Firefox, clicking the link opens or goes to a blank page. When I test this in Chrome, the link works properly and takes me to the connected content.
Here's what I did:
- Added an ID to my target paragraph as shown:
Code: Select all
<p id="p_dhq_tgh_bn"><b>First visit using device A</b></p>
- Added a cross ref to a later section in my doc:
Code: Select all
<xref href="#concept_lpr_p1l_xm/p_dhq_tgh_bn"
format="dita">first visit with device A</xref>
Thank you.