How to link from a button on one page to a line of text in a list on a different page

Hi, is it possible to link from a button on other pages to a section on another page? The sections are all headed with a fancy title and then a text block.

Yes possible but for this the section should have an ID. and in link/href at the end of the page URL have to add #ID-OF-THE-SECTION. Example:
abcd.com/about.html#ID-OF-THE-SECTION

Hey mgscoder - I cant’t add an ID to the section :frowning: is there another way?

as an link (href) no.

Hi mgscoder,

Thanks! Works a treat :slight_smile: