I created an <a> tag with href to redirect to another page. On clicking nothing happens only on the a specific page I'm working on. seems like there is some CSS which bloc the redirect task.
I tried to use pointer-events to solve it but nothing happens to.
Any idea about what could be the reason ?
<button class = "link external" style="pointer-events: auto;" href="chooseproducts.php">test</button>