Setting target links within a page from another page within the site.
Setting target links within a page from another page within the site.
I am trying to link to content that is in a list on another page within the site. I want the link to go directly to a particular section of the page and not to the top each time to avoid the user having to scroll down each time. Is this achieved with anchors or targets? If so how are they implemented? Thanks in advance!
Re: Setting target links within a page from another page within the site.
You could do it like...
pageName
After inserting the appropriate anchorName in your target page (pageName).
I'm quite sure that's not a good way to do it, but it works.
pageName
After inserting the appropriate anchorName in your target page (pageName).
I'm quite sure that's not a good way to do it, but it works.