0
What about the images?
Can we insert images to be selected for links? I want to show a picture which, when clicked, opens a link of my choice. If we can, then how?
7 Answers
+ 2
<a href="link"><img src"path image"/></a>
+ 1
<img src =image.jpg>
+ 1
Example:
<a href="http://www.tweakingwindows.com/"><img src="http://www.tweakingwindows.com/wp-content/uploads/logo.png" alt="Tweaking Windows Logo"/></a>
0
Hello, I think I can help you, but I want to understand what you want to do, you want the image to have a link to a website?
0
or the image is displayed in a new browser tab? or simply by selecting the image is enlarged for a better view?
0
I want to see the output as:
It should show a picture when clicked opens a link.
0
okay just set an image tag in separate html file where your link gonna be redirected so when you click on the link it will open the html file with the image you want