Any easy way to do this - I just assumed I would be able to add anchors within a repeater so that I can link to specific info, from links at the top of the page or from other pages.
thanks!
Any easy way to do this - I just assumed I would be able to add anchors within a repeater so that I can link to specific info, from links at the top of the page or from other pages.
thanks!
as anchors require a fixed location and repeaters are dynamically generated their position changes based on content. You may be able to use code to scrollTo() a specific element