How do I hide links within an image? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I hide links within an image?

I'm programming my very own webpage and want to publish it by tomorrow night, and this is the only thing I can't figure out why it won't work.

20th Jan 2018, 2:40 PM
Michele Rene Machado
Michele Rene Machado - avatar
2 Answers
+ 10
<a href="#link"><img src="#link"></a>
20th Jan 2018, 3:07 PM
Cool Codin
Cool Codin - avatar
+ 1
OH! I have to wrap the image IN the <a> tag, thank you so much!
20th Jan 2018, 7:22 PM
Michele Rene Machado
Michele Rene Machado - avatar