Cannot paste html content into outgoing messages

Using Mail 3.2, I am no longer able to "paste as HTML" into an email message. I called AppleCare and spent 30 minutes on the phone with 2 people in the Phillipines but they were never able to understand my problem.
I am a political activist so do this alot: find something great on the web, copy and paste to an email that I send to a group of people. There should be live links, photos and the original formatting.
Instead, "paste as HTML" no longer shows up as an option under "Edit." I also tried using the appropriate keystrokes, ie, ^V plus apple key, but only got plain text in my outgoing message.
Since it still works on my MacMini, for now I am sending messages with HTML on the Mini, but it's a hassle.

are you using Safari to copy the html stuff? that's the only way Mail will understand it.
if yes, and it's still not working, try reinstalling the [Safari update|http://www.apple.com/downloads/macosx/apple/application_updates/safari31 .html].

Similar Messages

  • Cannot Autofill sequential content into adjacent cells in Numbers

    Numbers V3.2 for OSX
    Problem #1:
    I cannot Autofill sequential content into adjacent cells.  I enter Jan., Feb. into the first two cells, then try to use the little yellow ball to project Mar., Apr., etc. into the adjacent cells.  I'm new to Numbers, so maybe I'm missing something.  I've used Excel for over 25 years, and I'm now trying to convert to Numbers.
    Problem #2:
    How do you link a cell from one spreedsheet to a second spreedsheet?  I read all of the Help files and can't find a reference.
    Thanks for your help!

    HI Paul,
    "I found that one of my problems is that I abbreviated the month, i.e., Jan."
    If you include a period after Jan, Numbers will not recognize it as a shortened month name. use "Jan" (without the quotes).
    Regarding linking cells:
    If by "spreadsheets" you mean "Tables in the same document," cells in those two locations can be linked. In the simplest case (two tables on th same Sheet, or two tables, each with a name unique within the document, on separate Sheets, the Table name must be added to the cell reference.
    Example: formula in a cell on table named "This" referencing cell B2 on a table named "That" located elsewhere in the same document:
    =That::B2
    If the second table is in a different document, no. Numbers cannot reference external documents.
    If this is a significant issue, Provide Numbers Feedback, using the item of that name in the Numbers menu, to make a feature request for a future version of Numbers.
    Regards,
    Barry

  • Using PowerShell to Copy the content of a Word Document and Paste that content into a New Message in Outlook

    So, I'm a little new to PowerShell and I came across a PowerShell which allow me to copy the content od a spreadsheet, into the new message in Outlook 2007.  I have search and search on a way to do the same with a Word Document.  I would like to
    create a PowerShell Script that copies the content of a Word Document and paste that content in an email message.
    I am basing my script on this
    #Create and get my Word Obj
    $w1 = New-Object  -comobject Word.Application
    $w1.Visible = $True
    $UserWord = $w1.Workbooks.Open("C:\Users\hhhh\Documents\Powershell\test.docx")
    #create outlook Object
    $Outlook = New-Object  -comObject  Outlook.Application 
    $Mail = $Outlook.CreateItem(0)
    $Mail.SentOnBehalfOfName = "[email protected]"
    $Mail.Recipients.Add("[email protected]")
    #Add the text part I want to display first
    $Mail.Subject = "Test email"
    $Mail.Body = "My Comment on the Excel Spreadsheet"
    #Then Copy the Word using parameters to format it
    $Mail.Getinspector.WordEditor.Range().PasteExcelTable($true,$false,$false)
    #Then it becomes possible to insert text before
    $wdDoc = $Mail.Getinspector.WordEditor
    $wdRange = $wdDoc.Range()
    $Mail.Display()
    Any Help would be great!

    My requirements are the Word documents are a template of sorts.  The document will be changes prior to its email with some changes.  The other twist is that the customer might more that one recipients, and each recipient will have to have a separate
    email, with the same content of the word document. 
    For example: Say I'm doing maintenance. The Word doc might descript that maintenance, in a set format. Once save the script is run to generate 3 to 10 email with separate recipients with the body of the email containing what was in the Word document.

  • Inserting HTML content into an animated DIV

    Can you, and if so how, insert HTLM content into an EGDE animated Div box? Specificaly an HTML table?  I can get the html code in the box but it won't read/render it as html code. In flash you can tell the program that the contents of the box is html code and it will read it as such but I don't see any way to do that here. I've tried several ways and I can get the code to display in the box but it won't render the code instruction in the boxCan it be done ??
    Thanks
    joel

    Hi,
    1) Your json file is not valid.
    You can copy and paste your datas here: http://jsonlint.com/
    Red commas must be deleted.
          "player": [
                "image": "images/player1.jpg",  //this is the URL I want to retrive
               "name": "player1",
                "image": "images/player2.jpg",
                "name": "player2", 
                "image": "images/player3.jpg",
                "name": "player3", 
                "image": "images/player4.jpg",
                "name": "player4",
    2)An example from http://docs.jquery.com/Ajax/jQuery.getJSON:
    3) compositionReady Tests.
    On compositionReady, i write:
    var profiles = {
                   "player": [
                        "image": "images/player1.jpg",
                        "name": "player1",
                         "image": "images/player2.jpg",
                         "name": "player2", 
                         "image": "images/player3.jpg",
                         "name": "player3", 
                         "image": "images/player4.jpg",
                         "name": "player4",
    console.log(profiles.player[1].image); // this line returns: "images/player2.jpg"
    Note: i deleted the first "[" and the last "]".

  • Writing Html Content into PDF using JSP

    Dear All,
    I am using JSP to generate Employee payslip dynamically. Presently i am diplaying payslip as on-screen display.
    Here i want to give option "Save as PDF". I am able to create PDF file using IText Libraries. i want to integrate HTML code into the PDF file.
    Writing HTML Content (using HTML Tags) into PDF.

    Well it is a difficult ask and i believe we are trying to re-invent the wheel
    Just to make my life simple i could have choosen either sample API given below to serve my cause
    1).[http://xmlgraphics.apache.org/fop/] (Apache FOP one can simply write an XSL template of their and then substitute the values from respective DTO's by using XSL - XML transformations and can generate content in different formats which includes PDF aswell)
    2).[http://jasperforge.org/plugins/project/project_home.php?group_id=102] (Just design a simple report template using iReport and create a jrxml files and write a small code snipett such that you can pass few details at the runtime and can export the report in different formats which includes PDF aswell)
    3).[http://www.object-refinery.com/jfreereport/] (Is much similar to what jasper offers in order to compile these you can either use pentaho product IDE or BEA/Oracle Actuate report tools)
    You can simply try searching for different examples for getting more help on using the respective API's
    Hope that helps :)
    REGARDS,
    RaHuL

  • Cannot Paste Excel info into PDF files

    We are an Accounting firm.
    I need to past copied information from Excel into PDF files.
    We have 35 users that use Adobe Standard 9.5.
    We have one use that uses Adobe X Standard.
    The 35 users can paste into a PDF file with no problems.
    The 1 User of Adobe X Standard cannot.
    Can someone please assist me is getting Adobe X Standard to allow a simple paste from Excel into the PDF.
    Thanks.
    Cepolly

    I don't know if this will help, but I ran into this problem myself today.  We had an upgrade, and no one could figure out why I couldn't paste my small Excel table into my pdfs, which I have done through 9 and now X Pro.
    I compared my Preferences, and the problem was there.
    In Edit/Preferences/Comments, all options should be checked in the first of three sections.  Once I checked all of those options, I could paste into the pdfs again.
    Hope this helps - actually hope you found the solution long before now.

  • Paste html code into dreamweaver 8

    I'm creating my 1st website in Dreamweaver 8, and am trying
    to include a photo gallery. I haven't got as far as learning Flash
    yet, but Ive found a piece of html code that will do what I want
    and am now trying to place it on my dreamweaver file. I don't know
    how to do this though, can anyone help please?
    Many thanks
    Nic

    i think maybe you have answered your own question in your
    title.
    simply copy the html code from where ever it is and paste it
    into your DW page. paste it in using the code view though not the
    design view in DW.
    if your not sure where abouts to paste it in the code view
    then just go to design view and with your mouse select with one
    click on the area of page that you want the gallery to go, for
    example in the right cell of your table. then go back to code view
    and you'll see that the curser will be in the right place - then
    paste!
    hope this helps
    zac

  • Paste from word into mail message, yosemite

    In Yosemite, pasting from a Word document into a new mail message results in
    missing chunks of text.  See screenshots of the two below (look at the 1st, 4th, 5th items).  I simply used command-V to paste.
    Word 14.4.5, Mail.app 8.0

    I also have this issue and currently nothing is fixing it.
    I have tried using shift+alt+command+v to paste with no formatting but it makes no difference.
    The only workaround seems to be either:
    (1) posting to Text.app first
    (2) posting into a rich text email and then converting it to plain text (may not work every time)
    We're still left with the perennial Word/Mail issue of all the extra line breaks though.

  • Pasting HTML styles into Pages

    Is there any way to get Pages to recognize basic HTML formatting styles?
    I'd like something with an h1 tag to map to Header 1 in my paragraph styles.
    Any ideas/workarounds?

    GUI scripting ones able to paste in a document or instructions dedicated to Pages which you will learn studying the Pages 's Applescript dictionary.
    The 'Open Dictionary' menu item of the Script Editor is the entry point for this dictionary.
    You may also go to my idisk :
    <http://public.me.com/koenigyvan>
    and look at the contents of the folder :
    For_iWork:iWork '09:for_Pages09:
    Some of the embedded scripts are setting style attributs to pieces of text.
    I think that the easier track is to work with two documents.
    enter a loop like that:
    repeat while there is text to import
    insert a chunk of text in document 1
    apply the required attributs
    select all
    cut
    paste at the end of document 2
    end repeat
    Yvan KOENIG (VALLAURIS, France) dimanche 23 mai 2010 23:57:05

  • Publis HTML content into OBIEE

    Hi all,
    in 10 g we put some html files under <oracle_home>\bise1\bi\oc4j_bi\j2ee\home\applications\analytics\analytics\res and accessed them on the portal with http://<server_name>:9704/analytics/res/BI/<file_name>.htm
    How can we do the same on OBIEE 11g, as those folders does not exist?
    Thank you!
    Gaetano.

    Hi,
    Hi,
    Can you please try the below path and put your image finally restart your services and Run it.
    Drive:\bi11g\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res
    Drive\bi11g\Oracle_BI1\bifoundation\web\app\res
    URL : http://hostname:port/analytics/res/ldap2.jpg
    For more
    Re: Image Prompt in OBIEE 11g
    Refer this link
    http://obieeelegant.blogspot.com/2011/09/uploading-pdfwordimage-file-into.html
    Thanks
    Deva
    Edited by: Devarasu on Oct 27, 2011 11:06 PM
    Edited by: Devarasu on Oct 27, 2011 11:08 PM

  • Cannot paste network name into join other network dialog

    I have a 15" G4 Powerbook running Leopard. I often need to join closed networks by typing in their names and passwords into the join other network dialog box, but it never allows me to copy and paste the names or passwords. This can be very irritating for long network names and random passwords. Has anyone else experienced this?

    I managed to change the name, but now, when I go into Airport Utility, the dot next to Airport express is blinking orange (Internet is green).
    Next to the Network name is the number 2 on a red circle. What does this "2" mean?
    The internet still works, though.
    Light on Airport Express base station is green.
    The status says: no DNS servers.

  • Sorry this is crap, cannot put my content in the message

    2
    Edited by: 868316 on 24-jun-2011 17:00

    I agree with the sentiment that it is cr@p.
    They have a list of banned words in OTN forums - to counter spam (in a rather idiotic fashion of trying to fix the problem by curing the symptom).
    The list includes words like (spelling mangled to counter the banned word filter) dis-count, sh0es, r#gby and so on.
    It is utterly frustrating to write a phrase like +"in your sh0es+" or "+do not dis-count using feature foo+" and OTN Jives telling you the content is not acceptable.
    Please let OTN admin know about your dissatisfaction on the Community Feedback (No Product Questions).
    In the meantime - remove any words from your posting that you think can be used in a spam posting to sell something like sh0es at a dis-count.

  • Html content in lightbox is visible only on the first click

    I have added html content into a lightbox.
    When I click the trigger the first time, content is visible.
    If I exit (by clicking outside) the lightbox and click the trigger a second time.
    The embedded HTML is gone.
    See attached images.
    Url: Live page

    What steps did you take in order to add the HTML content to the lightbox? I'm trying to replicate the problem and I cannot figure it out. Did you do it within Muse?

  • In dps html content, there is a url link to a pdf. When click url to load the pdf, zoom doesn't work

    I'm loading a html content into a dps app.
    On the html page, there is a url to a pdf file. When I click the url, the page load a pdf file.
    Here is the question: Is the pdf able to zoom?
    It is tricky because I can zoom the first html page but when I load a pdf file, the zoom effect is not working.
    Please let me know if it is a way to make the pdf been able to zoom.
    Thank you
    Message was edited by: monsteryu

    No, it isn't possible.
    Neil

  • Updated HTML content not displayed

    Hi All,
               In webdynpro application, I am having an HTML file in the MIME repository which I am downloading dynamically and modifying its contents and placing the edited contents in ICM cache to display the URL. But I see that the changes I have made in the HTML file has not taken place even though I see in the debug mode that the chanegs are happening. In order to test i deleted the html file manually from MIME repository and uploaded it again , but even then it displays the old contents of the deleted HTML file. ANd it is not even taking the changes that are happening  in the program dynamically.
    Where is that it is going wrong?

    If you place the dynamic HTML content into the ICM cache, then it should have a completely different URL than the original content from the MIME repository.  It would only have the same content with the different URL if that is what you placed into the Cache.  Generally the Cached URLs are GUIDs.  Perhaps you should post your ICM cache upload code, because if the content is the old content from the MIME repository, then you are certainly doing something wrong in the upload.

Maybe you are looking for

  • BI ABAP and BI PORTAL

    Hi I would like to know some basic information on the following questions: 1. What is BI ABAP stack and BI ABAP System? 2. What is BI Portal and its use? 3. How can we know that J2EE is installed on BI Server? 4. How does this all together work? Rega

  • Pdf  WEB PAGES  -  MISSING SNAPSHOT TOOL (and others)

    I recently installed Adobe reader 9 and this has been a severely retrograde move. My university course makes ALL our lecture notes and documents avaialble OVER OUR INTRANET (i.e. as WEB PAGES) as pdf documents - we used to be able to simply click on

  • Pop and Tink Sound Alerts

    Trivial, but annoying problem. The sound alerts : POP and TINK are not audible under Soundsticks output, only under Internal Speaker. All other effects work fine under both outputs. I've tried restarting, booting as System Administrator...same proble

  • SAPextractor error using MySQL Server database in OrgChart

    Hi Experts: We are now using MySQL Server database for Nakisa OrgChart 2.0. Source-SAP details were specified and test connection to database is successful.  We encountered the following errors when we performed the extraction. Processing Function Re

  • Vectors - editing objects

    If i have an object and 2 vectors like below: obj O = new obj; vector V1 = new Vector(); vector V2 = new Vector(); if i then add the obj to both vectors V1.add(O); V2.add(O); then later on if i return O from V1 and edit it, eg. obj temp = (obj) V1.ge