Why won't my Bootstrap button link work in browsers?
I'm trying to add a button link to my page at http://iwadasn.info The page uses bootstrap. The link is
<a href="stories.html" class="btn btn-primary">Read More</a>
The same link is used on other pages such as stories.html and works fine but for some reason doesn't work on the index.html page. Anyone got any ideas? Yes - I have uploaded the bootstrap-4.4.1.css file to my css folder and called it in the page header with <link href="css/bootstrap-4.4.1.css" rel="stylesheet">
I'm using Dreamweaver 21.3 build 15593
