I am trying to create a clickable link to a section of a help file, but although the links work, they only open the help file at the top of the page, rather than the section I've linked to. For example, if I execute this statement:
display `" these are the options for the regress command: {stata "help regress##options" :regress options}"'
it will send me to the top of the help file for regress, even though the link displays help regress##options when the cursor hovers over it (see screenshot below). I've tried a few versions of this with different quoting to no avail. Is this a bug or am I doing something wrong?
display `" these are the options for the regress command: {stata "help regress##options" :regress options}"'
it will send me to the top of the help file for regress, even though the link displays help regress##options when the cursor hovers over it (see screenshot below). I've tried a few versions of this with different quoting to no avail. Is this a bug or am I doing something wrong?
Comment