Mail 1.3.11 Creating hyperlink for a non-URL

Sorry for what might be a simple question, but I have looked in the on-line help, thru all of the menus, and then on this board and can not find an answer.
I am looking to make specific text in an e-mail hyperlinked so that upon clicking on the text, the reader (clicker) is sent to a pre-determined URL which is not showing in the e-mail. Is this possible wiht my version of Mail?
Any help would be much appreciated. Many Thanks.

Don’t know about Mail 1.x, but in Mail 2.x you can select the text you want to become the link, do Edit > Add Hyperlink, and type (or paste) the URL there. Be sure to include the protocol prefix in the URL, e.g. http://www.somewhere.com instead of just www.somewhere.com, or mailto:[email protected] instead of just [email protected]
For Mail to actually insert the HTML tag necessary for the link to work, you must compose the message as Rich Text. Otherwise, if Plain Text is used instead (which I wish everybody did), the HTML tag is stripped off when sending the message.
Frankly, IMO it’d be better to compose your message as Plain Text and just include the URL within angle brackets where appropriate, e.g. <http://www.somewhere.com>.
BTW, if you’re using Mac OS X 10.3 (Panther), it would have been more appropriate to discuss this in the Mail & Address Book - Mac OS X 10.3 & earlier forum. If the discussion applies to both Mail 1.x and Mail 2.x, it doesn’t really matter, but it’s difficult to know that in advance.

Similar Messages

  • Create hyperlinks for all the URLs in the text... possible?

    Hello everyone,
    I’m starting to learn how to do ePubs from the books I layout and I’ve come up with a very annoying issue. In the footnotes or bibliography, there are often urls in the text. I need to have them linked to the website they refer to in the ePub. I really wish there is some kind of automated way to do that, because if it’s not possible, I hardly see myself doing it manually for a whole book...
    So, well, can any of you guys help me with that? I’m really bad at scripting so I have no idea if it’s possible, but... thanks anyways!
    Annabelle

    If you are using CS5 or CS5.5 (the latter is strongly recommended for all things EPub), "Convert URL to hyperlinks" is a menu command in the Hyperlink palette:
    http://community.adobe.com/help/search.html?q=hyperlink&hl=en_US&lr=en_US&l=indesign_produ ct_adobelr&site=indesign_cs5_all&self=1&filter=0

  • How to create hyperlink for the messages in oneorder documents

    Hi ,
    I want to create hyperlink for the error messages that are raised for a payment request, so that i can navigate to that particular object ID mentioned in the message.

    Hi Paparao,
    But we can find the same functionality for trade promotions overlap, the messages raised when two or more tradepromotions overlap, provide us with hyperlink through which we can navigate to that particular object id.
    Regards
    Tejarshi
    Edited by: tejarshi vadduri on Apr 17, 2009 6:55 AM

  • Create hyperlink for reply to in mail body while sending email.

    Hi All,
    We have a requirement where we need to create an hyperlink for reply to in the mail body.
    We have implemented entire functionality using CL_BCS classes and everything is working fine.
    Only problem we have is when we give document type as HTM instead of RAW then entire formatting of mail body gets disturbed although we get the hyperlink.
    Is there any way where we can send the mail in html format using CL_BCS,CL_DOCUMENT_BCS ?
    KR Jaideep,

    Hi ,
    Please find the code below I am using to make the hyperlink. Do I need to fill the entire mail body using HTML Tags ? If yes, then I guess it will increase the complexity of program as the mail content will vary from one mail to another depending upon whether different invoice documents have text maintained in them.
    lwa_text = '<html>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '<body>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = text-012.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        CONCATENATE '<a href="mailto:'
                    lv_receiver
                    '">'
                    lv_receiver
                    '</a>'
               INTO lwa_text.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '</body>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        lwa_text = '</html>'.
        APPEND lwa_text TO li_text.
        CLEAR lwa_text.
        TRY.
            CALL METHOD cl_document_bcs=>create_from_text
              EXPORTING
                i_text         = li_text
                i_documenttype = 'HTM'
                i_subject      = 'Test for hyperlink'
                i_importance   = '1'
                i_sensitivity  = 'P'
              RECEIVING
                result         = lref_document_bcs.
          CATCH cx_document_bcs .
        ENDTRY.

  • How to create hyperlink for region

    I have page which contain two region.i want to create a link for each region. when i click the first link
    first region should display,viceversa
    Actually how to create link for region?
    Thanks and regards
    skud

    Hi Bosamiya and vee,
    Thank you very much...
    but,
    when i run my page it shows three tabs (*show all*,*region1*,*region2*).
    How to disable that show all tab?
    i want to show only region1 and region2 tabs.
    Is it possible to disable the show all tab?
    Thanks and regard,
    Skud.

  • Creating accruals for GR non-valuated

    Hi Guys,
    By using the multiple account assignment feature in PO, it activates the GR non-valuated indicator that prevent the MIGO from creating its intermidiary transaction:
    <b>Acc/DR Expenses accounts
    Acc/CR GI/IR Account 400301</b>
    Is there possibility to create accruals for the GR non-valuated received goods automatically in case the invoice was not received before the month closing??
    If not so from were I can get a report of the opened balances to perform the accrual process manually???
    Your reply is highly appreciated

    Thanks for your replies,
    But what report can I generate to give the list of Gr non-valuated received goods
    I want a report that can show the total value of the received goods (related only to the non-valuated PO), the PO number, the internal order/Cost center, etc.....
    Please this report is very important for me and I don't think it doesn't exists.
    <b>Yor reply is highly appreciated</b>

  • How to create report for Slow / Non moving inventory

    Hi
    I want to create one report Slow / Non moving inventory reports.
    I need it in following form
    Plant     Material     Desc     UOM     Current stock     Value     Last consumption date      Last Movement date
    I have found & confirmend table & fields names from which data should come into this report which is as follows
    Plant(T001L - WERKS)     Material(MARA - MATNR)     Desc(MAKT - MAKTX)     UOM(MARA - MEINS )     Current stock(MARD - LABST)               Value(MBEW-SALK3.)     Last consumption date (BUDAT - MKPF)          Last Movement date(BUDAT - MKPF)
    As I am creating this report at first time, I am not getting how to go ahead.
    Do I need to create new datasource as existing datasource doesnt have all of these fields..
    Please help me.
    Dont send me links & documents which are there on sdn. I already have gone through it.
    Thanks
    Swati

    Hi
    You have to create Generic Data source as you know the filed/tables names.
    Hope you know how to build a Generic Delta or else.https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Create a Generic Data Source
    a). Select the Data Source type and assign a technical name to it.
    b). Choose Create The screen for creating a generic Data Source appears.
    3. a) Choose an application Component to which the data source is to be assigned.
    b) Enter the descriptive texts. You can choose these freely.c) Choose Generic Delta.
    4. Specify the delta-specific field and the type for this field. Maintain thesettings for the generic delta:
    Specify a safety interval. (NOTE: Safety interval should be set sothat no document is missed u2013 even if it
    was not stored in the DB table whenthe extraction took place.
    4. Select Delta type: New status for changed records (I.e.after-image); This can be used with Data target ODS (AIE). Additive Delta (I.e. aggregated data records) (ADD)Then choose Save.
    6. After step 4, the screen of step 3 comes back. Now choose Save again. This will generate the data source. After generating the data source, you will see the Delta Update flag selected.
    7. Choose Save again.
    Hope it helps

  • Create hyperlink for all images

    Hello everyone,
    I am new to scripting, but I am assuming my current task needs some scripting.
    I have a catalog laid out in InDesign.  It is about 250 pages and each page has about 10 image so there are about 2500 images.  The way I have them laid out is each image is placed inside a frame.  Now, I need to hyperlink each image to an external web site.  For example, for an image whose name is (12345.jpg), the hyperlink will be "https://www.testabc.com/productdetails.aspx?itemnum=12345".  Similarly if the next item is 67890, then the hyperlink would need to be "https://www.testabc.com/productdetails.aspx?itemnum=67890".  All images are linked to a folder on the computer.
    Can you please suggest how best to write and run this script.  Any and all help would be greatly appreciated.
    Thank you

    I can't test the script at the moment, but looking at it, I do notice that the entire for loop is within a try-catch. That means that if it encounters an error, it stops processing any more graphics. There may be a good reason for this, but I think you could just move the try-catch into the for loop, so it can catch any individual linking error without stopping completely. Something like this:
    var myDoc = app.activeDocument; 
    var  myGr = app.activeDocument.allGraphics; 
    alert(myGr.length) 
        for(i=0; i<myGr.length; i++) 
          try{
            var myGrName = String(myGr[i].itemLink.name); 
            var mySplitName = myGrName.split(".")[0]; 
            app.select(myGr[i].parent) 
            myHyperlinkPageItemSource =  app.activeDocument.hyperlinkPageItemSources.add(app.selection[0]) 
            var myHyperlinkURLDestination = app.activeDocument.hyperlinkURLDestinations.add("https://www.testabc.com/productdetails.aspx?itemnum=" + String(mySplitName)));
            var myHyperlink = app.activeDocument.hyperlinks.add(myHyperlinkPageItemSource, myHyperlinkURLDestination, {name: "https://www.testabc.com/productdetails.aspx?itemnum=" + String(mySplitName)})   
            } catch(e){} 
    alert("Process Completed")
    The forum's syntax highlighting is giving me a hard time, but I would probably throw an "alert(myGrName)" into those catch brackets so you can begin to try to figure out where it's erroring out (if that is indeed the problem).
    Another thought is that, if there's a chance of multiple images with the same number, you might want to have your hyperlinkURLDestination check for an already existing destination before adding a new one.

  • How to create hyperlink for photo album to one of my pages?

    i want to link my photo album to one of my page and im having trouble doing it.
    does anyone have idea how to do so? thanks.

    iWeb does'nt support hyperlinking the album image in the gird. You could put a text base hyperlink in the page above or next to the album photo (outside of the album grid) that links to the page in question.
    OT

  • Creating Hyperlink for Flash Movie

    Hi Guys
    I have just created a flash movie. I have inserted the flash
    into dreamweaver and when somebody clicks on the movie I want it to
    take them to a certain page. If possible could I send you the .fla
    file and you can send it back with it all linked up as I have been
    getting annoyed with this all morning.
    Thanks
    J - 17 from Brits

    ForensicBop,
    > I have just created a flash movie.
    Okay.
    > I have inserted the flash into dreamweaver and when
    > somebody clicks on the movie I want it to take them
    > to a certain page.
    Easy enough, once you know how to proceed. :)
    > If possible could I send you the .fla file and you can
    > send it back with it all linked up as I have been
    getting
    > annoyed with this all morning.
    It's possible, sure -- but that goes agains the grain (and
    benefit) of
    why these forums are here. A dozen other people may have a
    question similar
    to yours, and by participating in a public conversation about
    it -- and also
    working it through publicly -- you not only learn a knew
    skill, but
    onlookers can learn it as well.
    If you want the whole Flash movie to respond to a click, you
    can either
    create a so-called invisible button that matches the
    dimensions of the whole
    movie, then set that above all other layers, or you can code
    your movie to
    respond to mouse clicks globally.
    The invisible button approach usually seems easier to
    newcomers, but
    neither techniques is especially difficult. What version of
    the Flash
    Player are you publishing to? (Most importantly, what version
    of
    ActionScript?)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Creating Tables for COPA ( Non standard)

    Dear SAP Gurus,
    Pls adivse what is the easiest way to create non-standard tables for COPA ??
    In addition to CE1XXXX; CE2XXXX; CE3XXXX; CE4XXXX & also COEP; COEJ; COSS; COSP;  We need to create additional tables to store the data and then perform certain calcuations before taking forward to COPA reports.
    Appreciate early response.
    Regards
    AJA

    I don't think that CO-PA allows you to create non-SAP CO-PA tables. Not sure what you are trying to do. The tables used by CO-PA are standard and they will be automatically generated based on the configuration of the operating concern. I guess, you could create non-SAP tables but not aware of any functionality that will populate those tables unless you create some program code to fill them with data. You can add deriviation rules to derive charateristics from other charateristic but that is standard functionality that can be configured within standard CO-PA.

  • Creating a hyperlink for a subtopic within a topic.

    Hello,
    I hope that this question does not confuse anyone but here it is! I have created a topic in Robohelp 8 with various sub-topics that describe the topic.
    My desire is to create hyperlinks for the sub-topics after the intro to the sub-topics listed under the Topic.  This would eliminate the user from having to scoll down the topic page to find the applicable sub-topics to review. 
    Does anyone know how to do this, Robohelp only shows hyperlinks to web addresses, email, FTP, and files? 
    For example: I would like to show the below sub-topics with hyperlinks to the sub-topics under the topic (Using Search).
    Using Advanced Search 
    Using Exact Search
    Additional Search Methods
    Using Search
    Using Advanced Search
    Using Exact Search
    Additional Search Methods.
    Thanks
    Wendy

    Hi Wendy
    What you would need to do using Jennifer's approach would be to insert a list as she has shown at the top of the page and link explicitly to the bookmark farther down the page. Sure, the users won't see the bookmarks. You would need to repeat the text just before the content.
    RoboHelp 8 introduces a feature you may wish to use. It is called a "Mini-TOC Placeholder". So you would create these sections and assign a Heading Level to the first line of each section. Then insert the Mini-TOC at the top of the page. This will do a similar thing by presenting links pointing to content farther down the page. Functionally, it will look and behave identically to what Jennifer proposed, but will be much simpler to create because you don't have to type the text used for the links and you don't have to create the bookmarks and you don't have to establish the links. The placeholder handles all that for you.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Report navigation after creating hyperlink

    Hi,
    I am using Webi rich clinet XI R3.1. I have one main report with six dashboards and associated detailed reports. I created hyperlink for each of the dashboard and linked to detailed report in infoview.
    If i need to see main report i've to close this detailed report.Now how can i make the detailed report open in same window and navigate forward and backward to the main report instead of closing.
    I would appreciate if some one could provide any work around available if possible atleast.
    Thanks,
    Eswar

    Hi
    Create two links one Back and one Next in each report.
    Drag two free standing cells in the report and use opendocument syntax to create the links.
    The thread Re: Hyperlink Back functionality may give an idea.
    Regards

  • Create Hyperlinks between document.

    Hi All,
    I want to creating hyperlinks for the Chapter references in another chapter.  Is there any easy way to scripting this.
    Using InDesign CS5.5/Javascript/Windows.
    How to indentify the Text Objects has already been hyperlinked. ?
    Thanks in advance for any helps/suggesstion.
    Regards,
    Karpanai.

    Steps:
    1. Open all the documents [all chapters]
    2. First create hyperlink....Sources for all documents [using loop][Unique naming conversion]
    3. Then add hyperlinkDestinations [using loop]

  • Hyperlink for a text

    Dear Experts,
    I have written an ABAP program to send an email on Outlook. I want to add some text in this email which will be hyperlinked to one URL. This text will be added as a text symbol in the progarm.
    Can anybody please suggest how to create hyperlink for a text in ABAP program?
    Regards,
    Mugdha

    Hi Mughdha,
    put your hyperlink between:  <http://h:/temp/word 1.doc>
    server\share\location\file 1.doc
    shows the hyperlink only upto file
    <
    server\share\location\file 1.doc>
    shows the whole thing as a hyperlink.
    For more on creating hyperlinks:
    Refer the following link:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c3/d023410f6fb167e10000000a155106/frameset.htm
    Hoep this will help you...

Maybe you are looking for

  • How do I check authority for a screen element

    Hello friends, I've been assigned to work on the following problem: In an ABAP  program, in fact PAI of a screen, I must add the authority check for a screen element (which is based on a Z table element). That is to say, some users must be allowed to

  • Multiple Windows, one Flash instance?

    Is it possible to draw Flash content in an offscreen image buffer and then project it in multiple Windows (XP)? The effect I'm trying to achieve is using a single Flash .swf instance projected in multiple Windows in order to reduce memory usage. Is t

  • Update for Windows Vista (KB936824) Won't Work

    My computer keeps telling me to download the Update for Windows Vista (KB936824), but when I run it: *The update does not apply to you system* And my iPod is failing so I really need this. What's the problem?

  • Dynamic Insert Help Please

    quote: <cfoutput query="stand"> <tr bgcolor="#IIf(CurrentRow Mod 2, DE('ffffff'), DE('cccccc'))#"> <td> <select name="score_identifierscore" id="score_identifierscore"> <option value="0" selected>0</option> <option value="1">1</option> <option value=

  • Netcfg v2.0.3

    netcfg2 is a refined network profile system for Arch Linux, replacing the current implementation. Through this, it has also gained various features and improvements which are listed on the development wiki page (http://wiki.archlinux.org/index.php/Ne