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.
2 Réponses
+ 10
<a href="#link"><img src="#link"></a>
+ 1
OH! I have to wrap the image IN the <a> tag, thank you so much!