Add www link to a pict/image  in Mail?

Hi!
I get all these wonderful emails from people (usually, an online biz) with picts in the email body. And when I click on the pict I'm bumped to a wonderful web site.
I wish to compose email (and signtures) that way myself. But when I add a pict, then try to "add hyperlink" from the edit menu in Mail, I get the link in my text (letter) but I lose the pict.
I wish to keep the pict in the body, then when pict clipped the reader will be taken to a web site.
How to do?
JOn

You are describing HTML emails, but mail.app doesn't do that - yet.
So your choices are to use another email client like Thunderbird or compose your message in an html editor like Nvu.
If you use Nvu, you will need to save your html page as a file.
Then open your html file in Safari, then select File, Mail Contents of this Page. At this point your html page becomes an email message that you can address and send.
- Wayne
PowerMac G5   Mac OS X (10.4.8)  

Similar Messages

  • How do you add multiple links to a rollover image?

    Hi guys,
    I'm pretty much a novice when it come to DW, but i understand some things and can get by with a simple website(i only use design mode).
    Anyways, i understand how to use rollovers if its a basic image over image swap. My issue is, I have a link that says "T-shirts" and what i want is when you roll the mouse over that text, it swaps to another text -"1 or 2". Now on the "1 or 2" image, i want to have 2 seperate links on them.  I tried using hotspots but to no avail. Everytime, the "1 or2" text comes out as a single link. Is doing this possible? I'm using CS4 if that helps btw.
    Thanks!!

    I think you're trying to make something that is more complicated than it needs to be... First, as far as I know there is no easy way to accomplish what you're trying to do with a single image...
    The first option would be to split your initial image in half, and create a rollover effect on the left half on rollover with the specified link 1, and add a second rollover effect on the right side image so that it also changes. Do the same with the right half image - create the rollover effect along with the link for that image only, then add a rollover script that affects the left side image (I've attached a very basic sample to demonstrate in the zip folder - note that there are two rollover images - each with a separate web link, and each has a rollover effect that affects both buttons...)
    Second option is perhaps using a "Dropdown" menu that (on rollover) shows two more links... there are many ways this can be accomplished - the easiest (in my opinion) is by using the "spry menu bar". Once created, you can adjust the colors, fonts etc., and an image could be replaced on the initial link within the css... (my website is still under construction, but hopefully will show what I mean: http://www.jgigandet.com/) If you google "drop-down menu html, you'll find several other alternatives  to spry as well...
    Hope that helps...
    Jesse

  • How do I add a link to a graphic in a Mail signature?

    I would like to be able to add a logo to my e-mail signature and then hyperlink that logo.  Is this possible in Mail, or just yet another shortcoming of this program?

    Thanks, but those suggestions are worthless.  None of their ideas work in any way shape or form.  It shouldn't even be allowed to be posted as most all of the comments are right on the money, in that nothing suggested works.  Oh well, thanks for the effort nonetheless.  Looks like yet another shortcomiing of Mail....

  • How to add a link to a report inline image?

    Hi,
    I use apex 3.1.2
    I have made a report where I show a small inline image. The image is stored as a blob in the db (IMAGE:XXSMALLPICS:PICTURE:ID::::::inline:Download). It works fine, but I would like to add a link to the small image so that if I click on the image a larger image shows in a popp up window.
    How can that be done?
    I don't succeed to add any type of link to the image.
    /Erik

    Hi Sam,
    Firstly, you have an error in your SQL statement:
    SELECT FILE_NAME,
    '<img onclick="javascript:showImage(this);" >src="#OWNER#.DISPLAY_IMAGE?inID=' || NVL(IMAGE_ID, 0) || '" >height="50" width="50" />' IMAGE
    FROM A_IMAGES
    ORDER BY FILE_NAMEYou have an extra > - it should be:
    SELECT FILE_NAME,
    '<img onclick="javascript:showImage(this);" src="#OWNER#.DISPLAY_IMAGE?inID=' || NVL(IMAGE_ID, 0) || '" height="50" width="50" />' IMAGE
    FROM A_IMAGES
    ORDER BY FILE_NAMEFor the Region Header - I just click on the report in the page definition and scrolled down to the setting called "Region Header". Then I pasted in:
    <div id="imagediv" style="display:none; position:absolute; top:0px; left:0px; height:0px; width:0px; margin:0px; padding:0px; border:0px; background-color:whitesmoke;" align="center" onclick="javascript:closediv();"><table style="border:0px; padding:0px; margin:0px; width:100%; height:100%;" cellpadding=0 cellspacing=0><tr><td style="vertical-align:middle; text-align:center">
    <img id="largeimage" src="" style="border:3px double darkblue;">
    </td></tr></table>
    </div>
    <script type="text/javascript">
    var iDIV = document.getElementById("imagediv");
    var iIMG = document.getElementById("largeimage");
    function showImage(i)
    iIMG.src = i.src;
    iDIV.style.width = document.body.clientWidth;
    iDIV.style.height = document.body.clientHeight;
    iDIV.style.display = "block";
    function closediv()
    iDIV.style.width = 0;
    iDIV.style.height = 0;
    iDIV.style.display = "none";
    iIMG.src = "";
    </script>If you go back to my page, you will see that I have added two screenshots (Page41ReportSource.gif and Page41RegionHeader.gif) that show you what I have done on my report.
    Andy

  • ADD A LINK AROUND MAIN IMAGE IN PHOTO GALLERY

    Can anyone help with the code for this. I need to add a link
    to each image as it appear in the spry photo gallery. Each link
    would be different and set in the xml file can some one help
    please. I can't figure this one out.

    It's usually something like:
    <div spry:region="ds1" spry:repeat="ds1">
    <a href="{link_dataref}"><img src="{image_dataref}"
    /></a>
    </div>

  • Someone can help me? I want to add a link in this image (white tree). I think this is in a CSS file.

    I need to know how do I add a link in this icon. I believe it is in a CSS file.
    Please help me!

    Find this in one of your templates:
    <span id="Hover_tree"><img alt="" src="/images/red_area_nav_bg.png" /></span>
    replace with:
    <span id="Hover_tree"><a href="your link here"><img alt="" src="/images/red_area_nav_bg.png" /></a></span>
    Hope this helps!

  • Add a link from image in web app

    I need to add a link to social media site in a static image in a web app detail layout.
    I have thought this would be...
    <a href="{tag_facebook}"><img alt="" src="/_assets/css/images/social-facebook.png" /></a>
    but this displays the link bedside the icon.
    I have tried field type "Text string (Hyperlink)" and "Text string (String)".
    any help appreciated.
    thanks megan

    Hey Liam,
    Franchise list of stores added to a web app abd each store can have a different link added to the icon.
    The icon is hard coded into the layout
    The url needs to change for each
    e.g. 15 Stores, some have their own Facebook page, some will link to a central Facebook page.
    So the icon is static in the web app detail layout, but url changes.
    When I add the code
    <a href="{tag_facebook}"><img alt="" src="/_assets/css/images/social-facebook.png" />
    the result in browser looks like...
    thanks Liam

  • How do you add a link to an image item

    I have added an Image Item to a page and want to be able to add a link to that image but dont see any where you can put the link in the Image Item properties

    One easy way to do this would be to add an image page, upload your image to the page, then create an html portlet with the appropriate tags to refer to the image and your link.

  • Add a link to an image in iBooks?

    Is this possible? I can't seam to add any links to an image that I placed in the document.

    Thanks, this is the only way I found how to link an images in iBooks. I put a text link in front dropped the opacity to 0%. The "red character links" are not visible in ipad, but are visible when exporting to pdf.

  • PDF Portfolio - add web link to image

    The layout for my pdf portfolio is an image where i want to have links to.html pages over the image.  Is that possible?
    The only links that I see you can drag on the image are images or .pdfs.
    Thanks!

    Open Preview, and check Help > Annotate a PDF.  It describes such things as adding a text bubble, etc.
    There is no explicit way to add a link in Preview.  Preview is, after all, primarily a viewer with a few markup tools.
    I happen to use a product called PDFPen which is available in the App Store to mark up PDFs.
    I have no financial interest in PDFPen.  I am a reasonably satisifed customer.

  • When I add a link to an image it stops aligning with text

    I have my icon vertically aligned perfectly with a line of text right after it, but when I add a link to the icon, the text moves to the top of the image (not above it, but just aligned to the top of the image so it isn't centered vertically anymore). I am not changing anything but adding the link. I have had this issue before and wasn't able to fix it....

    If you created your page from a Dreamweaver template, I am not surprised that it set images up to display: block; Here is what that does:
    The element is displayed as a block element (like paragraphs and headers). A block element has some whitespace above and below it and does not tolerate any HTML elements next to it
    You could also (if you want to have whitespace above and below image elements) try display: inline-block; Here is what that does:
    The element is placed as an inline element (on the same line as adjacent content), but it behaves as a block element
    Remember: display: inline; is the default.

  • How do I add a link to an attachment graphic that appears on the page?

    Hello,
    I'm new to wiki work and I need your help!
    I'm trying to add a link to twitter on the page, such that the user from the wiki will click on the the twitter icon and it will go to the twitter page so they can follow it.
    This is what I tried:
    uploaded the twitter icon as an attachment.
    Tried inserting the attachment with a link with this:
    [!TwitterIcon.png|align=left,border=1!| |http://www.twitter.com/SAPBOEIM ]
    I think looked at the notation and tried to use this example, but couldn't figure out about the coordinates that are required:
    Would you please provide the syntax required to link to twitter using the twitter logo?
    Here is my wiki page:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/InformationManagementUseCaseWiki
    Thanks
    ginger

    Hi,
    To embbed a link to an image (after you upload it) please use the following code:
    [!nameofthepicyouuploaded.filetype!|http://www.whereyouwantolinkto.co.il]
    In order to learn how to upload an image,please visit our [SCN user guide|http://wiki.sdn.sap.com/wiki/x/sIsLD]
    Hope this helps:)

  • How to add a Link to a custom Search Componnent (HTMLB)

    Hi all,
    i developed a custom Search Component for the Search iView based on the <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/41cbcb56-0701-0010-43b4-fbc138ea2b6a">Tutorial</a> (CodeSamples Section) from Thilo Brandt. It extends the BaseCompositeComponent and implements the iSearchComponent. In the Tutorial he creates the Elements (Checkboxes, links, etc.) in the Method "renderComponent()". He also creates a Link, but i need it with a different function. The link in the tutorial a releases a new search roundtrip. I need to open a new Bowserwindow and show the content of a specified URL. How can i do that?
    The second Problem is that i have to show an icon for the Link. I added an Image to the the Project to the /dist/images Path. But how can i access this resource? The following code shows xou the Problem. I need to fill the variable pathToImage.
    Link linkToHelp = new Link(this.createCompositeComponentId("HELPLINK"));
    Image helpImage = new Image(<b>pathToImage</b>,"Help");
    linkToHelp.addComponent(helpImage);
    Thank you for answers.
    Marcus

    hi
    you don't need to use custom actions in order to add links to the quick launch menu. It allows to add links programmatically to the menu items collections directly, see e.g.
    Adding Links to Quick Launch. From this link check the following example which adds an item under the Lists heading in Quick Launch.:
    using System;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Navigation;
    namespace ConsoleApp
    class Program
    static void Main(string[] args)
    using (SPSite site = new SPSite("http://localhost"))
    using (SPWeb web = site.OpenWeb())
    // Get the Links list or create it if it does not exist.
    SPList list = web.Lists.TryGetList("Links");
    if (list == null || list.BaseTemplate != SPListTemplateType.Links)
    // Create the list.
    Guid listId = web.Lists.Add("Links", "Interesting hyperlinks", SPListTemplateType.Links);
    list = web.Lists.GetList(listId, false);
    // Check for an existing link to the list.
    SPNavigationNode listNode = web.Navigation.GetNodeByUrl(list.DefaultViewUrl);
    // No link, so create one.
    if (listNode == null)
    // Create the node.
    listNode = new SPNavigationNode(list.Title, list.DefaultViewUrl);
    // Add it to Quick Launch.
    listNode = web.Navigation.AddToQuickLaunch(listNode, SPQuickLaunchHeading.Lists);
    Console.Write("\nPress ENTER to continue....");
    Console.ReadLine();
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How to add URL links in XML file?

    Hi,
    I'm having problem with adding the URL links to the flash output. I'm using the XML file to call images and then the corrsponding links. Images are called correctly but when I try to add a link I'm not getting the links, but instead getting the HTML anchor tags as texts. I'm using the XML escape characters to escape the HTML tags but the results are not what I need.
    I'm using the following code:
    <thumbnail preview="large.jpg" thumb="thumb.jpg">
                <title><![CDATA[Finance Services]]></title>
                <discription><![CDATA[&lt;a href=&quot;http://www.google.ca">Google</a>]]></discription>
    </thumbnail>
    Output:
    Images are displayed correctly, but instead of getting the links, I'm getting following text message:
    <a href="http://www.google.ca">Google</a>
    I need to find out what I'm doing wrong. Am I using the correct way to add the links or not?
    Thanks for your time.

    I'm using following code for the Description part, where I need to place the HTML tags:
    var _discription:TextField = previewHolder.discriptionText.discriptionText;
    _discription.htmlText = _xml.thumbnails.thumbnail[photoNum].discription.toString()
    I'm using the htmlText, I tried replacing htmlText with tf.htmlText, but it didn't work. I'm importing the text field using import flash.text.TextField; do I need to import something for HTML tags to work?

  • How can you add an image in Mail without being an attachment?

    How can you add an image in Mail without being an attachment?
    In otherwords I'd like to put my logo in the email not as an attachment but as an image.
    Is there a simpel solution to this problem?

    PBN1 wrote:
    How can you add an image in Mail without being an attachment?
    You don't.
    It's not possible. The e-mail protocol is designed for text; anything else has to go as an attachment.
    Different mail clients (such as Mail.app, the mail client bundled with Mac OS X) may have different ways of handling such attachments, but they are still attachments. Each mail client has its own rules and methods, so one may display a picture as if it were in the body of the message, but another client may do something completely different.
    A way of faking it is to format your message in HTML (which is a kind of text). The image is hosted on a remote server, not added to the message; instead, you include a link to it in the body of the message, as you would when building a web page. (This is also what the two tips helpfully provided by X423424X do, except that the link to the image is added in the signature, rather than the body of the message.) What exactly happens to it is, again, at the discretion of the mail client. In my case, for instance, displaying images in HTML messages is turned off, and will stay resolutely off.

Maybe you are looking for

  • Two internal hard-disk on sun Ultra 5 ??

    Hi, Can sun ultra 5 handle two internal hard-disk? If it is possible, how can this be done? Thanks on the sharing... Best regards , jhayi

  • Computer won't load past windows screen

    My Toshiba Satellite had this problem awhile ago, but because I had a friend who thought he could fix it and an older computer that still worked for what I needed it to, I didn't really pay much attention to getting it fixed. That computer pretty muc

  • How do i permanently delete a song in my itunes library

    how can I permanently delete a song from itunes

  • Probably an internal HD failure

    Computer froze  and unable to do anything other than force restart.  Got the flashing folder with Question mark.  Disc utility on system cd unable to locate internal HD.  I then hooked up two external HDs and was able to install new 10.6 on  one of t

  • How can I access the programs, tutorials?

    I have been a member of the service(creative cloud)for awhile, but I have never used it. How do I get started using the programs and tutorials?