I want to have a link from one page in my website to a particular spot in another page. In the production version of Brave and in Safari it works - clicking on the link takes me to the right page scrolled down to the place specified.
-
On the page with link I have this code:
<a href="./c12v22-50.html#fruit", target="_blank">Jesus uses fruit -
In the destination page I have this:
A tree is known by its fruit:
- Clicking on that link in the origin page should result in a new tab being opened with the page c12v22-50.html loaded and scrolled down to the place where I have put in id=“fruit”
I expect that scrolling, but what happens is that page opens at stays unscrolled. #fruit is ignored.
I am using version Release Notes V1.36.119 (Mar 21, 2022)