I am trying to use a <base>
tag in a document which has links that have a :target
effect. At the moment, the <base>
tag works, but there are a few "parent" links that I have that when targeted, display a list of "child" links that need to use the <base>
tag.
The issue is that when the <base>
tag is being used and the parent link is clicked, the browser attempts to navigate to a file named #SFC, instead of staying on the current page and targeting ID SFC.
I'm sure there is an easy fix but I have no idea what to do, and I am relatively new at CSS and this kind of HTML.