Copy link to clipboard
Copied
Using RH8 HTML on a project created in RH5. Is there any quick and dirty way to transpose the Related Links button into the expanded hyperlinks?
I can do the manual version, but there are 600 or more topics. I don't know how to mix a script into RH8, but maybe it's possible with a VBscript acting on the topic .htm files?
Thanks!
Copy link to clipboard
Copied
Hi,
You can use the Extendscript support provided in RoboHTML 8, to accomplish, the task.
I am attaching a sample script file which does the same for you. The script file will traverse all the topics and snippet files, and read all the related topics in the files, and replace them with the hyperlinks for those topics.
You need to do the following steps
You can also change the style of the hyperlinks created in the script file, look for the function AddHyperlinkInTopic in the script file. Here you can add what ever style class name in the hyperlinks.
Hope this help you.
-Praful Jain
Find more inspiration, events, and resources on the new Adobe Community
Explore Now