answersLogoWhite

0

How do you insert the link in img?

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

To make an image into a link you would enclose the tags with link tags (). For instance the following would make a link to wikianswers of the img named "pic.gif".

http://wiki.answers.com">

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you insert the link in img?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you hyperlink something on GaiaOnline?

You don't use Hyperlink, you use BBCode! For example, if you want to insert a link, just do this: [url=http://www.midnightstardustanime.wordpress.com]This is Midnight Stardust's Blog![/url] If you want to insert an IMAGE with a link, do this: [url=(the link of your website where your image is)][img](the link of your image)[/img][/url] If you just want an image, do this: [img](your link of your image)[/img] NOW DO YOU UNDERSTAND?


What tag is used when you want to insert a picture?

IMG


How can you hyperlink an image?

You put the image in an img tag and insert it all into anchor tags, like this:


How will you set image as link?

You can set image as a link by placing HREF into the image tag. It could be done as <img href="#"></img>.


When you insert an image filename malaysiagif the HTML tag will appear as?

<img src="malaysia.gif" />


How can you insert a picture into a jsp?

You can do that using the <img> tag. <img src="URL" /> Here URL refers to the path where the actual jpg image is saved in the application path.


How do you turn pictures into an HTML code?

<img src="link for picture">


How do you make an image show up in an EC forum on Howrse?

There are many ways. Try getting the link to the picture (web site link) put [*img] before it, then put [*/img] after it, but take out the stars in it.


Can you insert an image in table header in HTML?

Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.


What tag is used to reserve space on a webpage for an image?

The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.The img tag.


How do you make an img link?

<img src="myimage.jpg"> is the basic format for an image. To make that image a link, you could use an <a> tag around the image <a href="mypage.htm"><img src="myimage.jpg"></a> to make the webpage redirect to "mypage.htm" after "myimage.jpg" is clicked or use <img src="myimage.jpg" onClick="alert('Hello World!');"> for the webpage to execute a line of JavaScript when the image is clicked. (Note: The user will not see the 'link' cursor when they mouse over the image in the second example)


How do you add pics on your about me in Tinierme?

Use html: <img src="a"> Change a to your image dirrect link You can get your image dirrect link by upload it on tinypic.com or photobucket.com Example: <img src="http://i51.tinypic.com/m795cp.jpg> Try it! ^^ Hope you understand