+ 1
How do you put a icon into a footer of a website and make it a link when you click on it?
I'm trying to put my discord server link into my footer of my website but I dont know how. I use Html and css.
1 Respuesta
+ 8
What's the problem exactly?
If you want the code to do so, here you go
HTML Code:
<a href="LINK">
<img src="IMAGE_URL" alt="TEXT" />
</a>
Just replace the words in uppercase as you want.
Hope I Helped ⭐