F2U HTML Coding issues

Posted 2 years, 6 months ago by killerwolf131

Hello! I am recently trying to update my profile and my about page. Because I am using images that are not my own, I wanted to properly credit it. Something that I want to do is that when somebody is hovering over the image, they are able to see Who the artist is. Once clicked, they are then taken to their page.

How do I go about doing this? I am using a template and have tried a couple of methods but I cant figure it out. Thanks!

8byte

You can use a tooltip like so:

<a href="LINK_TO_ARTIST" class="tooltipster" title="Artist Name"><img src="IMG_URL"></a>
killerwolf131

Thank you so much, I really appreciate it!