inserting html document with hyperlinks into email

Ask a Question related to Adobe Photoshop 7, CS, CS2 & CS3, Design and Development.

  1. #1

    Default inserting html document with hyperlinks into email

    Hello,
    I have created an 8x10 size document in InDesign - newsletter style with photos and text. Then I export it as an EPS so I can open it in Photoshop and save it as a JPG. Then, I go to my email (Microsoft Outlook) and insert the JPG newsletter into the body of the email. I want to insert versus attaching it. I want the image to appear instantaneously when the email is opened. And, I also want the recipent of the email to be able to click on a hyperlink within my JPG newsletter. I have created hyperlinks using Photoshop and Image Ready, but then it is an HTML document. So, can I insert this HTML document into my email? When I tried the link was broken. I am sure I am doing this the long way, so any suggestions would be greatly appreciated. Thanks!
    Wendy j Chapman Guest

  2. Similar Questions and Discussions

    1. !! Inserting HTML document !!
      Hello. My webpage (www.talhagriot.com) has a News section. For convenience, I want the news section to display a simple HTML document, so that...
    2. ASP.NET C# Need to email record after inserting into SQL
      Using DMX 2004, WinXP Pro, MS SQL Server 2000, ASP.NET C#. I am using a standard Insert Record behavior and after the record is successfully...
    3. Inserting image into PDF document
      We have a product manual which has our old logo in the bottom left hand corner, we want to insert the new logo over the top without having to...
    4. Hyperlinks lost after printing a Publisher 2000 document to Distiller
      I can successfully create Hyperlinks in a Pub2000 document, but when I print to either Adobe Acrobat 5.0 Distiller or PDF Writer, the links are not...
    5. hyperlinks in HTML text member sometimes work
      I've spotted the same issue in my movie too. I've also noticed that if I call up the properties panel for the text box in question (while the movie...
  3. #2

    Default Re: inserting html document with hyperlinks into email

    Create an HTML page based on your image. Use it as a stationary in Outlook.
    YrbkMgr Guest

  4. #3

    Default Re: inserting html document with hyperlinks into email

    I tried to insert the document as stationary, but all the links were still broken. I can see the boxes defining the slices I made in Image Ready, but again, the links are x-ed out. Maybe I am saving the file incorrectly from Image Ready?
    Wendy j Chapman Guest

  5. #4

    Default Re: inserting html document with hyperlinks into email

    you need to host the images somewhere and make sure your links point at that server.
    dave milbut Guest

  6. #5

    Default Re: inserting html document with hyperlinks into email

    Wendy:

    What Dave is saying is: when an email has "embedded" images, they are actually on a Web server somewhere. The email just contains hyperlinks to that place. So, the first thing to establish is: do you have somewhere to store [=host] them?
    Colin Walls Guest

  7. #6

    Default Re: inserting html document with hyperlinks into email

    Continuing to prove my ignorance....
    Yes, I have a place to store my images. I can post them on my company's "extranet" if I can't save them on my hard drive. I have embedded images using InDesign and Illustrator, but have not considered it in regards to email.
    Wendy j Chapman Guest

  8. #7

    Default Re: inserting html document with hyperlinks into email

    The point is: an HTLM email is just like a Web page. It's a bunch of HTML, which manifests itself as text on the screen and pulls other stuff [like images] of the Internet. So, in constructing one, that's the approach you need to take. It's one of these things that's more complex than it appears.
    Colin Walls Guest

  9. #8

    Default Re: inserting html document with hyperlinks into email

    So, it goes like this.

    Use Front Page or your favorite HTML Editor, and create a web page. Add your JPG and your links to the HTML page.

    Use an FTP Program to put the JPG and any other graphic elements on your server, make sure your HTML page references the location on the server.

    Then save the HTML page. In MS Outlook Tools|Options|Mail Format, use HTML, use the stationary picker, click New, and go navigate to the location of the HTML page.

    That will be your new stationary, an HTML page, that references graphics items on your server.
    YrbkMgr Guest

  10. #9

    Default Re: inserting html document with hyperlinks into email

    Thanks! I will give it a shot.
    Wendy j Chapman Guest

  11. #10

    Default Re: inserting html document with hyperlinks into email

    Ok, I have tried and tried numerous things and have been very frustrated. I saved Optimized As and made my file an html document and then went to Microsoft Outlook and attempted to make this file my stationary. This did not work. All my slices were broken. I do not know how to write html code (although attempting to learn using Evrsoft's 1st Page 2000). Pouring over the Adobe Photoshop manual, web tutorials, etc. it seems that an html editor is the only way to do this. Also, when I make slices, IR creates additional slices around the remaining image. How can I avoid all these unneeded slices? What do I do after I have saved my file Saved Optimized As?
    Wendy j Chapman Guest

  12. #11

    Default Re: inserting html document with hyperlinks into email



    Pouring over the Adobe Photoshop manual, web tutorials, etc. it seems
    that an html editor is the only way to do this.




    Most people would use a program like Dreamweaver for this, or perhaps code by hand.

    Did you upload your images to your extranet? If not, then you're still going to get those broken links! Also, check that your links aren't pointing at the local version of your images.
    Helen Polson Guest

  13. #12

    Default Re: inserting html document with hyperlinks into email

    I think you're getting there Wendy- sometimes it can take a while for the penny to drop, but it will, I promise!

    If you're using slices to make your links (instead of an image map), IR should have chopped your original image up into lots of bits for you. It's these bits which you need to upload to the server (extranet). The html will link to these, not your original jpeg.

    Have a go at that and see if it works :)
    Helen Polson Guest

  14. #13

    Default Re: inserting html document with hyperlinks into email

    I tried an image map as I liked that it did not create all the extra slices. But I couldn't get the image maps to work either. Also, in the manual it says that for basic optimization, saving as GIF, JPG, PNG or WBMP means that I will loose web features such as slices, links, rollovers. So I am confused after reading that. Also, whether I use slices or image maps, I need to load these images to my server, right? These images are in the images file that automatically gets created, right? Assuming I do that right and it works, how then do I get the whole thing inserted into the body of my email?
    Wendy j Chapman Guest

  15. #14

    Default Re: inserting html document with hyperlinks into email



    These images are in the images file that automatically gets created, right?




    Should be- and it's these images that you need to upload to the server (extranet).

    The final step is to take the html file that IR created while making those slices, and make that into your e-mail. (You can do this by making it e-mail stationery- there's plenty of help how to do this in Outlook). Then, when you send it to someone the e-mail will automatically pull in the images from the web. So you're not sending anyone the images, you're just telling the e-mail where to get them from. Does that make sense?
    Helen Polson Guest

  16. #15

    Default Re: inserting html document with hyperlinks into email

    It makes sense, but it doesn't seem to work. I uploaded all the images the IR turned into slices on my server. I went to Outlook and made a new stationary from the html file, but it is still broken. Also, if I get this stationary to work, won't it repeat the image over and over to fill the body of the email?
    Wendy j Chapman Guest

  17. #16

    Default Re: inserting html document with hyperlinks into email

    It shouldn't do- although I have had problems with stationery myself in the past which defy all logic! I'm at work for another 20 minutes, if you like feel free to send me the html file and I'll see if I can get it into the stationery for you.

    My e-mail is helen.polson"atsign"ebbon-dacs.com
    (Change "atsign" to @, just a little trick to foil the e-mail address harvesters!)
    Helen Polson Guest

  18. #17

    Default Re: inserting html document with hyperlinks into email

    I sent you 2 emails. Thanks for helping!
    Wendy j Chapman Guest

  19. #18

    Default Re: inserting html document with hyperlinks into email

    wendy, make sure the html <img> tags are pointing at the new loctaion of the image files (your slices) on the extranet before creating the stationary.
    dave milbut Guest

  20. #19

    Default Re: inserting html document with hyperlinks into email

    I've just explained that to you in an e-mail Wendy, I'll hang around at work a little bit longer just to check everything is working ok :)
    Helen Polson Guest

  21. #20

    Default Re: inserting html document with hyperlinks into email

    I've got to get off home now (it's quarter to 6 here and the weekend has arrived!). I hope my e-mail makes sense to you Wendy, if you're still working on this on Monday please feel free to give me a shout then if you need any more pointers or help with the html.
    Helen Polson Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139