Hi,
I have lots of pages that use the %letter_group% for listings.
There is an accessibility issue I want to address with the output of %letter_group% but I’m not sure how or where to edit the output.
The output: <a name="letter_A">A</a>
This anchor tag needs an href
attribute or preferably this tag can be changed to another element like H3
.
Do you know how to convert the output so it displays an H3 tag instead of a tag?
Thanks
S