Skip to main content
November 5, 2012
Answered

Back-to-top button (href="#") in masterpage not working

  • November 5, 2012
  • 1 reply
  • 597 views

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

This topic has been closed for replies.
Correct answer

I changed the links to href="javascript:scrollTo(0,0);" now and this works fine.

1 reply

Correct answer
November 6, 2012

I changed the links to href="javascript:scrollTo(0,0);" now and this works fine.