I want to link to a section of a page using a bookmark site.com/Page.htm#Bookmark)
When the page is rendered, I'd like to highlight everything within the #Bookmark (Anchor)
E.g.,
Employee 1 , blah blah <---this text would be highlighted.
Naturally there are a dozen or so different bookmarks.
I was thinking maybe I could assign a CSS style to the Active link state or something similar.
Any ideas?