posted 4 months ago
Forum: Web, HTML, Tech
View Topics View Profile
Does anyone know if you can make clickable buttons? (like its a blinkie but if you click it it sends you to a yt video) If so could you send me the code for it pleasee!?!?
Report Topic
Sort Replies: Oldest Newest Newest Oldest
wrap the <img> tag in an <a> tag, like this:
<a href="https://example-link.com"><img src="exampleimage.jpg"></a>
Permalink Report Reply
thank you suki