I have an internal link that does not appear to work.
I have two external linked directly above it with the same code simply with the url changed to reflect the correct location in my file structure:
<h5 align="left"><a class='btn btn-link' href="https://www.ruok.org.au">R U OK Day</a></h5>
<h5 align="left"><a class='btn btn-link' href="./otherpages/learningdevelopment.html">Learning and Development Portal</a></h5>
The second link when hovering over it reflect the correct file path (I have 1 folder within the group called "Other Pages" and there is only only other .html in that folder being "learningdevelopment"), however when I click on the link... nothing happens.
The external link above works perfectly fine, they are the same class etc so I cannot see a CSS issue being the problem, to be safe however, I deleted all the CSS and simply used HTML and same problem occurred.
I have tried moving the file to top level directory rather then my other pages file, same issue clicking does nothing (even without CSS).
Any help would be appreciated.