C
COHENMARVIN
In html I learned that you could have a tag such as:
<a name="go_here">
Then, if you linked to the page, as follows <a
href="MyPage.htm#go_here">
You would go to the particular position
in the page where 'go_here' was.
I need to do something like that, but Visual Studio doesn't have any
tag that looks like:
<a name="etc
Is this something that can be done in VS?
Or is there a better way to make a page go to a particular position in
the page?
Thanks,
Marv
<a name="go_here">
Then, if you linked to the page, as follows <a
href="MyPage.htm#go_here">
You would go to the particular position
in the page where 'go_here' was.
I need to do something like that, but Visual Studio doesn't have any
tag that looks like:
<a name="etc
Is this something that can be done in VS?
Or is there a better way to make a page go to a particular position in
the page?
Thanks,
Marv