How to add text to jpeg image?

I have a jpeg image i want to add a web link to. how do i do it. In plain english please step by step. thanks?

  • I want to be able to copy image with link to add to emails and stuff not to post on an html website thanks

  • Answer:

    Because the image you send is attached in the email message, you will need to have a multi-part mime format. Almost no one would do this manually and you just need to use your email program's built-in editor which would possibly allow that functionality, or give you access to the message's HTML code so you can edit it to be similar to: <a href="http://siteToGoTo.com"><img src="whatever.jpg" alt="whatever"/></a>

Greg Cole at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

You cannot imbed a link into a JPEG like that. JPEGs are pictures and do not transmit any kind of data. You would have to use HTML to make it linkable on a website or something. <a href="www.yoursite.com"><img src="path\to\image.jpg" /></a>

Poolmanjim

I don't really understand, but I think you can: 1) Put the picture in an email 2) Right-Click on the picture 3) Select "Hyperlink" 4) Choose "Existing file or webpage" 5) In the bar that says "Address",type in the URL 6) Click "OK"

JimBob406

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.