Help! Coding issue for linking images to other pages

aeap0504
New Member
2 0 1

Hey all,

 

So I have altered the code on my website as I needed to make an image on my homepage "clickable" (i.e: linking it to another page on my website). This now works but the code has now applied itself to all of the other images on the homepage so that they all click and link to the same page.  I need the other images on my homepage to be linked to different pages - can someone tell me the coding I need to use for this please?

Reply 1 (1)
kgbfashionista
Trailblazer
221 14 21

Have you used href tag on img tag?

 

<a href="link.com"> <img src="image.png"> </a>