The name attribute was long deprecated. You kight want to change name to id and remove the leading # as it is not valid in an id. So id="ednref1"
The fragment identifier part of the href is where the # is used to denote what follows is an id.
Last edited by KevinH; 06-03-2022 at 08:10 PM.
|