Copy link to clipboard
Copied
Hi all,
I have inserted a back-to-top button into the footer of the masterpage. When publishing the Webhelp, Robohelp changes the path from "#" to "..\..\#". Problably the program tries to adjust the path to the path of the corresponding topic (as with an ordinary link).
Is there a way to force Robohelp just to keep the href as it is (other than putting all topics and the masterpage into one folder?
Robert
I changed the links to href="javascript:scrollTo(0,0);" now and this works fine.
Copy link to clipboard
Copied
I changed the links to href="javascript:scrollTo(0,0);" now and this works fine.