User's Topics
Topics started by MikeP.
How do I link to a specific place within a topic?
I am creating a FAQ section that will contain a list of questions linking to the appropriate answers. The answers can be located within the same topic, or in other help topics.
What I need to do is to link directly to a specific place in a topic. For example, when the user clicks on such a link, the help system should scroll directly to the app [...]
How to open a link in a new browser window, but not a tab
Currently I'm working on linking a Web Help system with my website. I can open a specific topic in a new tab in the web browser by using a hyperlink like this:
<a href="https://www.helpsmith.com/webhelp/topics/help-project.htm" target="_blank">Get Help</a>
But how can I force the web browser to open the link in a new instance of the [...]