How do I make an image into a link on paint? I really need to know how..can...

Images aren't what makes links. the HTML in the web page makes the image into a link by surrounding it with an anchor tag like:

<A href="mypage.htm"><img src="myimage.jpg"></a>
 
Images aren't what makes links. the HTML in the web page makes the image into a link by surrounding it with an anchor tag like:

<A href="mypage.htm"><img src="myimage.jpg"></a>
 
Back
Top