Problems with Mapping / ID
Hello,
i am new with RoboHelp 8 HTML. I make the output via layout "webhelp".
I want to solve the following problem:
Is it possible to configurate the layout files to get this situation, here an example:
I have one site "index.htm", then to other sites "site1.htm" and "site2.htm. Now i want to have ankers on this both sites,
so when i open the index.htm like this "index.htm#anker2 that this point will direct be shown.
I have tried today many configurations, for example, testing with "RoboHelp_CSH.js", but i was not able start the site
with directly shown the anker.
This is how the file "Test.ali" looks:
<?xml version="1.0" encoding="utf-8"?>
<aliaslist version="1.0">
<alias name="anker1" link="site1.htm">
</alias>
<alias name="anker2" link="site2.htm">
</alias>
</aliaslist>
This is how the file "WidgetMax.h" looks:
#define anker1 1
#define anker2 2
Can anybody please tell me what steps are necessesary to solve this problem? Is it general possible?
Thanks for any help!
Nice day!