Comments on [F2U HTML] Modular User All Comments

Love this code! Currently working on it with my new profile, though how do I add ribbons and make it to when you click it, it shows a brief description of what they each represent?

Like what this user did for example.


thank you!! :D you can just add the ribbons like any other image, then in the <a> tag for each ribbon, add class="tooltipster" and title="text here" :]

like so:

<div class="col-3 p-1 justify-content-center align-items-center"><a class="tooltipster" title="this is where the description goes" href="https://toyhou.se/3027317.chiffon/gallery#45618497"><img class="rounded" src="https://f2.toyhou.se/file/f2-toyhou-se/images/45618497_imUurrnm0e9GdU8.png"></a></div>

It worked! Thank you so much!