I'd like to repeat a headline (h2 or h3, it depends) in the header of a table. A variable would be perfect, but the header I refer to changes from table to table, so this is not a possible solution for me.
I tried to set a bookmark at the h2 or h3 and refer to it with an xref in the table header which is
Code: Select all
MadCap|xref.InstallTab_Header
{
mc-format: '{paratext}';
color: #000000;
text-decoration: none; }
Now I'd like to remove the link (in PDF and online output), e.g., the link from the header to the heading should neither be clickable nor should the mouse pointer change when hovering. Anyone who can help?
-Stefan