Question
Context Sensitive Help and bookmarks / anchors in Robohelp 7
How can I use the F1 Help and bookmarks / anchors in Robohelp
7?
1: Topic with referrer in the HEAD section.
<head>
<meta http-equiv="refresh" content="0; URL=examle.htm#anchor">
</head>
Works flawlessly in the preview but not in the compiled CHM File.
2: Javascript:
see attached code
Works nicely. But what about platfoms with javascript disabled? However, it's not elegant to use a couple of referrer topics.
3: Change the ALI File
The ALI Files is where Robohelp saves IDs-Topics references.
Just change the URL from NAME OF ID=\example.htm to NAME OF ID=\example.htm#anchor and add <a name="anchor"></a> to your code in the topic file.
Nice, clean and easy - if you know where to find the information you need.
Mike
1: Topic with referrer in the HEAD section.
<head>
<meta http-equiv="refresh" content="0; URL=examle.htm#anchor">
</head>
Works flawlessly in the preview but not in the compiled CHM File.
2: Javascript:
see attached code
Works nicely. But what about platfoms with javascript disabled? However, it's not elegant to use a couple of referrer topics.
3: Change the ALI File
The ALI Files is where Robohelp saves IDs-Topics references.
Just change the URL from NAME OF ID=\example.htm to NAME OF ID=\example.htm#anchor and add <a name="anchor"></a> to your code in the topic file.
Nice, clean and easy - if you know where to find the information you need.
Mike
