How To Implement A Scroll To Top Button With Font Awesome Icon In Madcap Flare
I got the script from the MadCap Flare website, but I customized it to meet my requirements. I used a Font Awesome icon instead of the “Top” text for the button. I styled the button using CSS to match my application’s existing scroll-to-top button. You can also use a Bootstrap button, but I decided to hardcode it. Here’s how it ended up looking. On this page, I am going to explain: This tutorial is meant for: Steps to Implement the Scroll-to-Top Button High-level steps to implement the scroll-top-button:...