I am curious if there is a way to use only a URL to send someone to a specific line at a given page. Citebite does this, however it links to a cached page instead of the act
You must give an ID to your element. Example: . If you go to mypage.html#footer, the browser will get you there.
mypage.html#footer
If it's not your webpage, look in the code, you may find an ID element next to the text you want.