I've created FS_REFERENCE anchor for internal link in which i've allowed sitestore. I've also checked <a> tag in section element i want to reach. Here it how it looks like in inspect element.
<a id="media_with_text" name="media_with_text"></a>
<div> ... </div>
now i want to reach this a tag id, but i'm stuck. I've used .getSection() and it displays both a tad and div, but i don't want that. I need this id="media_with_text" to get to be able to create a link where i want to send user to. Can anyone help me?@