Footer social links not clickable
Hello,
For my website social links in footer are not clickable.
Social media links are:
FACEBOOK:
INSTAGRAM:
This is the code:
<img src="https://rozle.linking-map.com/wp-content/uploads/2022/02/facebook-e1643731000911.png" href="https://www.facebook.com/ApartmajiRozle">
<img href="https://www.instagram.com/apartments_rozle/" src="https://rozle.linking-map.com/wp-content/uploads/2022/02/instagram-1-e1643730791877.png">
Comments
I solved it.
Here is the correct code:
<a href="https://www.facebook.com/ApartmajiRozle">
<img src="https://rozle.linking-map.com/wp-content/uploads/2022/02/facebook-e1643731000911.png">
<a/>
<a href="https://www.instagram.com/apartments_rozle/">
<img src="https://rozle.linking-map.com/wp-content/uploads/2022/02/instagram-1-e1643730791877.png">
</a>
Hi,
So everything is fine now?
Is there anything else I can help you with?
Thanks