Thanks, Choccie. I just reviewed the built-in classes and could not find one that appears to do what I want.
I also went through the available commands in the
New Cross-Reference Style Class but to no avail. Could you please give an example? I seem to be missing something basic.
To rephrase my question (and I probably was not clear), I would like to do the following:
1. Insert a cross-reference.
2. In the Text Editor, change the default link text to something other than the default.
3. Build the HTML and see the new text.
Example:
I have a cross reference that reads "Copying Files" and I want to change it to "Copying Files Introduction"
Here are the steps I go through:
1. Insert a cross reference.
At this point in the XML Editor, the cross-reference text is "Copying Files"
In the Text Editor, it looks like this:
Code: Select all
<MadCap:xref href="<some file>.htm#Copying_Files_">Copying Files</MadCap:xref>
2. Change the link text so it reads "Copying Files Introduction"
In the Text Editor, I change the cross-reference so it looks like this:
Code: Select all
<MadCap:xref href="<some file>.htm#Copying_Files_">Copying Files Introduction</MadCap:xref>
When I do the above and build the HTML, the cross-reference text reverts back to "Copying Files"
Thanks -- I hope that made more sense.