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?

16th Aug 2016, 2:02 PM
Sarthak Mathur
Sarthak Mathur - avatar
7 Answers
+ 2
<a href="link"><img src"path image"/></a>
21st Aug 2016, 4:58 AM
sam nursanto
sam nursanto - avatar
+ 1
<img src =image.jpg>
18th Aug 2016, 11:41 AM
Mond47
Mond47 - avatar
+ 1
Example: <a href="http://www.tweakingwindows.com/"><img src="http://www.tweakingwindows.com/wp-content/uploads/logo.png" alt="Tweaking Windows Logo"/></a>
18th Nov 2016, 10:54 AM
Siddharth Bose
Siddharth Bose - avatar
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?
16th Aug 2016, 3:45 PM
Rosa Ortega
Rosa Ortega - avatar
0
or the image is displayed in a new browser tab? or simply by selecting the image is enlarged for a better view?
16th Aug 2016, 3:49 PM
Rosa Ortega
Rosa Ortega - avatar
0
I want to see the output as: It should show a picture when clicked opens a link.
17th Aug 2016, 10:28 AM
Sarthak Mathur
Sarthak Mathur - avatar
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
18th Aug 2016, 3:16 AM
shadow1435