Your feedback on the verse is appreciated, thank you.
Concerning the html, A Simple Guide to Making Clickable Images by @ragepeanut explains exactly how to do make the clicky image clearly and concisely. Hopefully it helps you as well. ☺
Your feedback on the verse is appreciated, thank you.
Concerning the html, A Simple Guide to Making Clickable Images by @ragepeanut explains exactly how to do make the clicky image clearly and concisely. Hopefully it helps you as well. ☺
Thanks for sharing my guide ! ;D
@donnadavisart If you decide to follow this guide, just know that instead of
<a href="REDIRECT_LINK">![TEXT](IMAGE_LINK)</a>
you can simply do[![TEXT](IMAGE_LINK)](REDIRECT_LINK)
. I was unaware of that when I made this guide !