posted 1732861449
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
posted 1732873184
wrap the <img> tag in an <a> tag, like this:
<a href="https://example-link.com"><img src="exampleimage.jpg"></a>
Permalink Report Reply
posted 1732950383
thank you suki