How do I save a file on disk as an .html file?

I would like to save a MS Excel file in an .html or .jpg format so I can send it on to someone. I'm not sure how to do this. I know I have to post it to the Internet, but I'm stuck there. Can you help me?
Thank you

Kev,
The File > Save... dialog seems to be only available for documents that are in an "unversioned" state. (I don't know what the official title is for the condition of having a document that is unmodified from its initial naming, so I'll call it "unversioned", meaning that it hasn't had a version update to it's base state.
If you start from a template your first save will be a File > Save... Right after this first Save, your document has no Version History. It's "unversioned".
If you File > Duplicate you have created a new document in an "unversioned" state and your next Command-S will give you the option to save a copy to '08 format, the same option you had during your first document save.
My understanding of this situation is that any file with a Version History is stored across two files, one with the base document and one containing the revisions, the changes you've made since the initial save. Save a Version updates the file containing the changes. File > Duplicate combines the base file and the revisions into one new base document, ready to be Saved. After saving, if you make some changes in this new document your option is again to Save a Version or Duplicate and the cycle continues.
There are also Revert options that I haven't discussed, but I haven't studied them to know what the menu behavior is.
I know it can seem confusing and I'm not defending it, but I will recognize Apple's right to try to move the technology forward and I accept that I can learn what's going on and move with them, or I can get off the bus and watch it go down the road without me. It's not the first time I've had to try to figure out what's going on, and I'm sure it won't be the last. If you think I have the logic wrong I'd love to discuss your observations. I'm not interested in discussing if Apple should be doing this or not.
Jerry

Similar Messages

  • How do I save input from a user into a html file?

    Sure could use a couple of pointers here, I am a newbie to jsp's. I am trying to create an html file with meta tag keywords and description for search indexing purposes, the idea is to have the user call a jsp page and enter the desired meta tags in a form then save this info in html format so the Spider can index it at a later time. Not sure of the most efficient way to do this. Any help/ideas would be greatly appreciated. Thanks in advance.

    Hi,
    I would like to take Meta keywords and descriptions from a form entered by the user and generate an html page with the keywords and descriptions in the proper tags. This html page must be saved on the server so our Spider can index it. The idea is to increase the results for a webpage by indexing an html page with proper meta tags defined and redirect the searcher to the desired page. I'm not sure how to create an html file to be saved on the server, not displayed in the originating browser. Thanks

  • How can I save an EXE front panel image to a file?

    The methods to save a VI front panel image to a file don't work on executable applications. How can I save an EXE front panel image to a file? (LabVIEW 6.1)

    Hi,
    i wrote some vi that save FP to image and created exe and it works fine. How do you save FP to image in VI?
    If you use VI server method "Get Panel Image" and use "Write JPG file" ( or BPM) it works fine.
    Attachments:
    fp.zip ‏40 KB

  • How do I save a Adobe Premiere Project as a .avi-File?

    How do I save a Adobe Premiere Project as a .avi-File?

    The tutorial list in message #3 http://forums.adobe.com/message/2276578 may help, with more help in message #5

  • When I try to attach my css style sheet Dreamweaver gives me an error saying that my .css file appears to be an .html file and will not attach. How do I fix this so I can attach my style sheet?

    I have built a css style sheet in Dreamweaver. When I try to attach it to my html website, it prompts me that my "css file appears to be an .html file and cannot attach". I've tried removing the /* */ as suggested by other forums, but this has not resolved the issue. I was using css style sheets with no problem 2 days ago. Now I get that error message. How do I fix this so I can attach my style sheet?

    What does the code of the CSS file look like?
    An external CSS file needs to be written in CSS only (no html tags like <html>, <body>, <head>, etc ).
    It also must have a .css file extension, if yours has a .html extension it won't work.

  • How do I save a messages in text, NOT template or file?

    I want to be able to save an email from outlook, gmail, Hotmail, or any other format as a plain text or rich text message. Several of my emails are readable by TB24, but the only option for saving them is the Template or file. This is fine for those messages already in the mailbox, but if I can read an archived message in TB format, I should be able to save it in the same fashion. I guess a converter plugin is needed or a tutorial on how to properly save emails from other formats. Ex I open a folder containing an email from a past Outlook acct, The email can be deciphered by TB24, (ie it opens it), but when I try to save it to file(which gives options for format), it doesn't respond to my request!! Am I not doing something correctly or does the TB24 program "block" that function because of it is not in the TB24 mailbox? Baffling and frustrating when try to find a particular message from numerous formats. Thanks to all those who know more than I about this.

    '''File|Save As|File''' then in the resulting dialogue, choose "text" file type when saving. Of course in doing so you lose all formatting and attachments.
    How do you search and index messages when saved as independent and free-standing text files? I keep email correspondence within the email client specifically because the tools to manage and search are effective and efficient. In fact I occasionally email myself something that needs to be preserved simply because as email it is so easy and convenient to find and retrieve. Searching for text in documents in Windows has become a chore.
    I'm not at all sure why you want to open email messages from other environments in Thunderbird, only to save them as text files. But have you tried "Edit As New" to see if that will offer other save options?
    What format(s) are these other messages from outlook, gmail, windows live saved in then?
    Don't forget simple old select all, copy and paste to save message content in any other document type.

  • How do I save a Spreadsheet generated by Reportserver as xls file

    Hi to all,
    I have to implement a form that is able to generate 3 or 4 or even more Excel files (depends which one the user has chosen)and I have some Problems, so I hope any one can help me here.
    1. I want to start the reports sequential. I tried like
    if 1 then
         WEB.SHOW_DOCUMENT('http://nts027:7780/reports/rwservlet?report=test1&envid=test_EW&desformat=spreadsheet&destype=cache&userid=xxx/yyyyy@xxxx&desname=d:\tmp\\test1.xls&P_REPORTING_ID=73', ' _blank');
    elsif 2 then
    WEB.SHOW_DOCUMENT('http://nts027:7780/reports/rwservlet?report=test2&envid=test_EW&desformat=spreadsheet&destype=cache&userid=xxx/yyyyy@xxxx&desname=d:\tmp\test2.xls&P_REPORTING_ID=74', ' _blank');
    when I start it, it opens just the first one and the i- explorer window doesn't close as usual. And when I choose for each own a button then it works proper.
    2.how du I save these files automaticly as a xls file? I did try but could save it just as PDF.
    3 and how can i put all results from all Reports to one spreadsheet?
    4 how can I force it to save the file in a specific directory?
    5. how do I hide all the database connection inforamation in the browser?
    Kind regards
    SIar

    I am able to answer my own question;
    Under the file tab, go to export!

  • How can I save song created in GarageBand as a MIDI file

    Is this possible, I'm an old user of Cubase, and before SMPTETrack (someone remembers?) so Midi files are for me an obvious think. In GarageBand a new nice program for begginers and fans of music easily produced I found a little problems finding how to save my data as MIDI files, if someone could help me to resolve this issue I'll greatly appreciate some words of help
    Thanks in advance
    Andy

    Sorry, GB doesn't output any midi data, neither streaming nor as a file. You can open GB files in Logic and then export them as midi.

  • Unable to save PDF. The disk used for temporary files is full.

    I just started getting the "Document could not be saved. The disk you were saving to or the disk used for temporary files is full. Free some space on this disk and try again, or save to a different disk" message.
    I am running Windows 8. I've seen fixes for this on the Internet for previous versions of Windows on the Internet, but haven't seen one that works for Windows 8. Help, please.

    Same problem here. Any ideas?
    Saving with Shortcut "CRTL+SHIFT+S" works just fine.
    Using IE 11.0.9600.17728 and Adobe Reader 11.0.10

  • Computer crashed. Tech emailed bookmark file to another computer using Chrome. How can I save it to Chrome, or at least open file to copy bookmarks?

    Computer crashed. Tech emailed bookmarks from FireFox file to another computer that uses Chrome. How can I save these bookmarks from a file saved on the desktop to Chrome, or at least open the file to copy the addresses?

    Restore JSON backup:
    * Bookmarks > Show All Bookmarks > Import & Backup > Restore > Choose File
    Export HTML backup:
    * Bookmarks > Show All Bookmarks > Import & Backup > Export HTML
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    * http://kb.mozillazine.org/Export_bookmarks
    * http://kb.mozillazine.org/Import_bookmarks
    You can also use the portable Firefox version, that should work as well.
    *http://portableapps.com/apps/internet/firefox_portable

  • How can I save a Numbers spreadsheet as a tab delimited file?

    Okay, I would like to save a Numbers spreadsheet as a tab delimited file. But of course I can't do that, since Numbers only saves as a comma separated values file.
    Plan B: I can open up a CSV file created by Numbers in TextEdit, and I would like to Find and Replace all the commas with tabs. So I open up the Find window, enter a comma under Find, but of course when I put the cursor in the Replace blank and hit the Tab key, it just goes to the next blank instead of giving me a Tab.
    Is there a way I can get a Tab into that blank so I can replace all the commas with tabs?
    --Dave

    Hello
    When we use TextEdit as I described, rows are separated by Returns.
    It appears that your program requires LineFeeds.
    Here is a neat soluce.
    Save this script as an Application Bundle.
    --\[SCRIPT tsv2csv]
    (* copy to the clipboard a block of datas separated by tabs
    run the script
    You will get on the desktop a csv file named from the current date-time.
    The values separator is set to match the Bento's requirements:
    If the decimal separator is period, the script uses commas.
    If the decimal separator is comma, the script uses semi-colons.
    This may be changed thru the setting of the property maybeSemiColon.
    According to the property needLF,
    embedded Returns will be replaced by LineFeeds
    or
    embedded LineFeeds will be replaced by Returns
    Yvan KOENIG (Vallauris, FRANCE)
    le 10 octobre 2008
    property needLF : true
    (* true = replace Returns by LineFeeds
    false = replace LineFeeds by Returns *)
    property maybeSemicolon : true
    (* true = use semiColons if decimal separator is comma
    false = always uses commas *)
    --=====
    try
    set |données| to the clipboard as text
    on error
    error "the clipboard doesn't contain text datas !"
    end try
    set line_feed to ASCII character 10
    if |données| contains tab then
    if maybeSemicolon then
    if character 2 of (0.5 as text) is "," then
    set |données| to my remplace(|données|, tab, quote & ";" & quote)
    else
    set |données| to my remplace(|données|, tab, quote & "," & quote)
    end if -- character 2 of (0.5…
    else
    set |données| to my remplace(|données|, tab, quote & "," & quote)
    end if -- maybeSemiColon
    end if -- |données| contains tab
    if needLF then
    if |données| contains return then set |données| to my remplace(|données|, return, line_feed)
    set |données| to my remplace(|données|, line_feed, quote & line_feed & quote)
    else
    if |données| contains line_feed then set |données| to my remplace(|données|, line_feed, return)
    |données| to my remplace(|données|, return, quote & return & quote)
    end if -- needLF
    set |données| to quote & |données| & quote
    set p2d to path to desktop as text
    set nom to my remplace(((current date) as text) & ".csv", ":", "-") (* unique name *)
    tell application "System Events" to make new file at end of folder p2d with properties {name:nom}
    write |données| to file (p2d & nom)
    --=====
    on remplace(t, tid1, tid2)
    local l
    set AppleScript's text item delimiters to tid1
    set l to text items of t
    set AppleScript's text item delimiters to tid2
    set t to l as text
    set AppleScript's text item delimiters to ""
    return t
    end remplace
    --=====
    --[/SCRIPT]
    Yvan KOENIG (from FRANCE vendredi 10 octobre 2008 13:47:36)

  • Cannot delete file from disk after emailling that file like attachment

    After i send some file from disk in Mail like attachment i cannot delete that file from disk unless i quit Mail. Like Mail is still using a file. Of course, that mail is in Sent mail, not in outbox.

    This deeper than that. I created another account on the same iMac and it works in Harmony with my other devices and Documents in the cloud. I can only imagine the icloud account is somehow corrupted (I am on my macbook not iMac at the moment). There have been no updates to the Calendar, Contacts or Documents since early January on that account. I have spent 1hr on the phone with support and they were baffled as well. Only thing I can gove as insight to the problem is this, I was on the Mac Mini which was backed up on Time Machine. about 4 or 5 months ago I had to completley restore the Mac Mini becasue of the never ending circle on the load screen. The Backup failed to work it kept loading the issue and 4 or 5 times the circle of death kept coming up I would subsequently wipe the Mini and go further back in the back up until I go a copy that worked.  I then loaded the Time Mache back up into my NEW iMac and wnet from there. It took about a month for this problem I am detailing above to start happening. It maybe a corrupt file loaded from the backup into the new iMac causing this problem. Best answer I can think of on my own???

  • How do I restore my preferred icon for .htm and .html files? search keyword axolotl

    When I made Firefox 3.6.2 my default browser, it changed the icons for my .htm & .html files to the fox&globe symbol - how do I change back to my old red dragon symbol? Folder options doesn't work, the icon for the file type changes in folder options, but has no effect on the icon displayed by Windows XP Explorer. Changing registry entries for DefaultIcon from ...\firefox.exe,1 to ....\mozilla.ico also failed, the WxExplorer icons changed to a generic symbol. Thanks, [email protected]
    search keyword axolotl

    With the help of information from user, ptressel, in [https://support.mozilla.org/en-US/questions/1032154#answer-673322 a post here about the existence of sessionstore.js when version 33 was released], I was able to easily recover my tabs and tab groups as follows:
    # close Firefox and, perhaps, allow a few seconds (30s?) for any final closing of files;
    # check to see if you have a sessionstore.js file in your profile folder, named like the one I documented in my original post above;
    # if it is not timestamped prior to the discovery of your problem, open the sessionstore-backups folder;
    # check if the recovery.js file is suitably timestamped and, if not, the recovery.bak.
    # At this point, you are likely to find that none of them are prior to your problem occuring. If so, open your backups of this folder and go through steps 2-4 to find a file prior to your problem occuring.
    # When you find a file, copy it to the root of your current profile folder and name it, "sessionstore.js"
    # Open Firefox. Mine opened up as desired.
    This is a Windows solution. Sorry I can't comment on other platforms, but I'd bet that as this is just a file copy and renaming, it is likely the same.
    For Windows users, you may find you need to sign out and login as an administrator in order to access the backups. You need not logoff your standard account, but do have Firefox closed as described above.
    Hope that helps.

  • How to I add options to the Context Menu for html files under Site Content

    Currently in Web Page Composer...  if a developer wants to get the Target URL to an html page in a WPC site (i.e. under the Site Content folder) they have to take several steps...   Content Menu -> Details -> Settings -> Properties -> Access Links -> copy the Target URL.  I would like to add this ability (i.e. to copy the target URL to clipboard) as a option to the "context menu" of each html file.  Does anyone know if this is possible and if so how it can be done?   It can be a global change if necessary.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Also check the Mouse driver settings in the Control Panel.

  • Elements do not show up in edge file but they do in HTML file; no errors occured

    I am a senior in college working on building a website for a fictional company for a year-long thesis graphic design project. In my class last semester, I learned how to use Edge Animate and created an 11 page website without any trouble. I had always kept the files saved to my flash drive, and kept a backup on my personal laptop as well as on my external hard drive. There was also a backup of the files on a disc that I turned into my professor in mid-December. All of these files worked fine at the time.
    In early January, I wanted to make changes to the website so I installed a trial version of Edge Animate on my laptop. When I opened any of the edge files from any of the backups, the stage was blank and the animations did not show up on the timeline. The elements of the website still show up in the Library but they are no longer arranged on the stage. When I got back to school at the end of January, I tried opening the files on the school computers and had the same problem. I asked my professor to try the file that was saved to the disc and he encountered the same issues on his computer. All of these computers are either iMacs or Macbook Pros.
    I have not recieved any error messages and did not do anything to corrupt the files or save over them. I am able to open the html files in a browser with no issues; all animations and images work fine. The only change I can think of is that Edge may have been updated over break and when I installed the trial version I installed a newer version, and for some reason the new version of the program could not properly load my project that I started on a older version in October or November of 2013.
    I am happy to upload the files but I am unsure how to do that. Please let me know if there is a way to resolve this issue, or will I have to start over?
    Thank you!

    Try to clear your preference and restart your Animate.See if that fixes your problem
    http://helpx.adobe.com/edge-animate/kb/restore-preferences-edge-animate.html
    If  that does not work see if there is a lloopback address lookup.
    Check out the correct answer in this post to fix that http://forums.adobe.com/message/6116991
    Let us know if this fixed your issue

Maybe you are looking for