Looking for guidance with HTML, Bootstrap, and CSS.
I'm revamping a website page by implementing scrollspy in a list. The HTML is generated by R using the postcards
package.
This is my HTML code which utilizes Bootstrap 3.4.1
. Transitioning to newer versions like Bootstrap 4
, I face issues replicating the desired behavior. When I include <script>
for a later Bootstrap version (e.g., 4.5.0), the buttons, list items (li), or links don't appear active as I scroll down the page.
I'm perplexed as to why newer Bootstrap versions aren't functioning correctly with this code.
<!doctype html>
<html lang="en">
...
</body>
</html>