I want to upload HTML code from an existing site and then revise in Muse. Is this possible?

I want to upload HTML code from an existing site and then revise in Muse. Is this possible?

HTML files from an existing site cannot be reused in Muse as Muse works only with files having extension as .muse.
However, you use apps like Dreamweaver to edit your existing HTML files.

Similar Messages

  • IMovie: I uploaded HDV video from a Canon HV20 and then to YouTube. The video and the audio are out of sync. The audio seems to precede the video by a tiny bit which is disconcerting. Any recommendations about how to correct this? Thank you.

    I downloaded video via iMovie from my Canon HV20. The video was in HDV. I then published it to YouTube and Vimeo and in both cases, the audio is out of sync: the video precedes the audio by a fraction of a second. The original is fine as viewed in the camera.
    Any suggestions as to why and how to correct it?
    Thank you,
    David

    Anything here help?
    iMovie: Improving audio and video synchronization
    http://support.apple.com/kb/TA25603?viewlocale=en_US

  • I have purchased items from iTunes but failed to sync and now i have lost my iPhone, can i download all purchases to PC and then sync new iPhone is this possible and if so how?

    I have lost my phone and failed to sync it for over 4 months, i'm getting a new phone tomorrow can i get all previous purchases downloaded to my pc so i can then sync it to my new phone?

    Read here >  Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Is it possible to export the html code from a muse site that I am building?

    Is it possible to export the html code from a muse site that I am building?

    Mac_Heibu has the right idea. When you export your site to HTML, it creates a folder that contains all of your pages. Here's an example of what the folder will contain. All of your HTML pages, all your scripts, CSS, and it'll also have individual folders WITHIN your main folder for your phone or tablet versions, if applicable. This method allows you to upload your files to an FTP host. However, if you're trying to upload it to an FTP, the BETTER option would be to go File > Upload to FTP Host. If this has helped you, please mark mac_heibu's answer as the Correct Answer, and feel free to mark my reply as a Helpful Answer.

  • I want to upload some files from mobile phone to webserver? how? thanks!

    I want to upload some files from mobile phone to webserver? how? thanks!

    The vibrating phone was created in Java. Some british company is selling the program to women for on the go fun. I'm pretty sure the actual code in the program is only a few lines.
    Oh... you were talking to the other guy. He wants a java app to upload something to a JSP or database server.

  • Hi i want to upload my music from my i-phone to i-tunes so i can then transfer to my new samsung phone. However my i-tunes is linked to another computer which i no longer have. PLEASE HELP!!!

    Hi i want to upload my music from my i-phone to i-tunes so i can then transfer to my new samsung phone. However my i-tunes is linked to another computer which i no longer have. PLEASE HELP!!!

    The iphone is not a storage/backup device.  The sync is one way - computer to iphone.  The only exception is itunes purchases.  File>Devices>Transfer Purchases

  • IWeb hangs (spinning beachball) when I try to paste HTML code from DW-why?

    Can anyone tell me why this might be happening? When I try and paste HTML code from Dreamweaver using Web Widgets. Then the only solution is to Force Quit which means I lose any other work I've already done in iWeb. Anyone else had this problem? Is there a workaround?

    Your last two posts didn't appear in the forum! They came through my email but there is no link.

  • Recently i lost my laptop, how i want to upload all image from my iphone back to my new laptop?

    recently i lost my laptop, how i want to upload all image from my iphone back to my new laptop?

    importing pics from iphone to computer http://support.apple.com/kb/HT4083

  • Remove html code from file

    I'm trying to figure out how to remove all the html code from a file.
    I've got an AppleScript but it doesn't remove all the code
    <code>
    on run {}
    copy (choose file with prompt "Remove markup from which file:") to the_file
    promptuser(thefile)
    end run
    on open (the_file)
    if length of the_file > 1 then
    display dialog "Please drop only one file on me at a time."
    else
    promptuser(thefile)
    end if
    end open
    on promptuser(afile)
    copy (read a_file) to message_text
    copy (open for access file ((path to desktop as text) & "Markup Removed") with write permission) to newfileID
    write removemarkup(messagetext) starting at eof to newfileID
    close access newfileID
    end prompt_user
    on removemarkup(thistext)
    set copy_flag to true
    set the clean_text to ""
    repeat with this_char in this_text
    set this_char to the contents of this_char
    if this_char is "<" then
    set the copy_flag to true
    else if the copy_flag is true then
    set the clean_text to the clean_text & this_char as string
    end if
    end repeat
    return the clean_text
    end remove_markup
    </code>

    The source code is from a Yahoo Movie listing (http://uk.movies.yahoo.com/)
    Most of the code is removed but there's still bits left over from Javascripts & images, I think.

  • I WANT TO UPLOAD A PICTURE FROM MY MACBOOK PRO TO A STORE TO GET A PUZZLE MADE AND WHEN I DO IT SAYS POOR RESOLUTION.  CAN I DO ANYTHING TO CHANGE IT

    I WANT TO UPLOAD A PICTURE FROM MY MACBOOK PRO TO A STORE TO GET A PUZZLE MADE AND WHEN I DO IT SAYS POOR RESOLUTION.  CAN I DO ANYTHING TO CHANGE IT

    Yes, on the right side of the U.K. Apple Store homepage there will be an "Education Store." You can get something like 10% off, it seems.

  • I am trying to upload a movie from iMovie to Facebook and keep getting a failed message.

    I am trying to upload a movie from iMovie to Facebook and keep getting an error message.  What's wrong?!

    This is the Photoshop Elements forum. You want the Premiere  Elements forum:
    Premiere Elements

  • HT201317 If I don't want to use photo stream, can I still upload a bunch of photos to iCloud and then share them with people who do not have iCloud?

    If I don't want to use photo stream, can I still upload a bunch of photos to iCloud and then share them with people who do not have iCloud?

    iCloud provides a simple gallery in the form of 'Photo Journal' - uploading of photos from iPhoto to web pages hosted on iCloud, but only from iOS devices; and the photos are compressed to a size adequate for online viewing but are not available in full resolution as with the old MobileMe Gallery. Apple have provided a sample album here.
    There are various other photo gallery services which you may find preferable: some of them are examined here -
    http://rfwilmut.net/missing4

  • I have a VI and an attched .txt data file. Now I want to read the data from the .txt file and display it as an array in the front panel. But the result is not right. Any help?

    I have a VI and an attched .txt data file. Now I want to read the data from the .txt file and display it as an array in the front panel. But the result is not right. Any help?
    Attachments:
    try2.txt ‏2 KB
    read_array.vi ‏21 KB

    The problem is in the delimiters in your text file. By default, Read From Spreadsheet File.vi expects a tab delimited file. You can specify a delimiter (like a space), but Read From Spreadsheet File.vi has a problem with repeated delimiters: if you specify a single space as a delimiter and Read From Spreadsheet File.vi finds two spaces back-to-back, it stops reading that line. Your file (as I got it from your earlier post) is delimited by 4 spaces.
    Here are some of your choices to fix your problem.
    1. Change the source file to a tab delimited file. Your VI will then run as is.
    2. Change the source file to be delimited by a single space (rather than 4), then wire a string constant containing one space to the delimiter input of Read From Spreadsheet File.vi.
    3. Wire a string constant containing 4 spaces to the delimiter input of Read From Spreadsheet File.vi. Then your text file will run as is.
    Depending on where your text file comes from (see more comments below), I'd vote for choice 1: a tab delimited text file. It's the most common text output of spreadsheet programs.
    Comments for choices 1 and 2: Where does the text file come from? Is it automatically generated or manually generated? Will it be generated multiple times or just once? If it's manually generated or generated just once, you can use any text editor to change 4 spaces to a tab or to a single space. Note: if you want to change it to a tab delimited file, you can't enter a tab directly into a box in the search & replace dialog of many programs like notepad, but you can do a cut and paste. Before you start your search and replace (just in the text window of the editor), press tab. A tab character will be entered. Press Shift-LeftArrow (not Backspace) to highlight the tab character. Press Ctrl-X to cut the tab character. Start your search and replace (Ctrl-H in notepad in Windows 2000). Click into the Find What box. Enter four spaces. Click into the Replace With box. Press Ctrl-V to paste the tab character. And another thing: older versions of notepad don't have search and replace. Use any editor or word processor that does.

  • Understanding compile errors due to copying code from a doc file and not a txt file

    SITUATION:
    My instructor for my micro-controller class refuses to save sample code to a text file and instead saves it to a word document file instead. When I open up the doc file and copy/paste the code into my IDE "CodeWarrior" it causes errors upon compile time.
    I am having to rewrite all the code into a text editor and then copy/paste it into my IDE.
    MY UNDERSTANDING:
    I was told to always save code as a text file because when you save code as a word document file it will bring in unwanted characters when your copy/pasting the code into your IDE for compiling.
    Their are students in my class using the schools computers running "Windows" that copied and pasted the code into CodeWarrior and it compiled fine. This is not only frustrating but confusing. However, I know their are students in class with "PC's" running windows that had the same trouble I did so I know it's not a Mac issue. 
    Also I am running "Parallels" because my IDE for this micro-controller "Code Warrior" is not avaiable for my OS. I realize there are several IDE's out there that require "Windows OS" in general but I know this situation is not a Mac issue or Parallels issue or even a Windows issue. It's purly an issue of formatting that is done between the file being copied and the target program or so I'm understanding.
    Can someone exlain to me in better words or perhaps provide a resource, documentation or article that will enlighten me on this issue. I would like to better state my case next time. I'm tired of being told this is a MAC issue and that Windows is just plain better.

    The problem is (as you suggest) almost certainly a gremlin issue - characters that for one reason or another Code Warrior cannot interpret correctly. Why it happens to you and not others is a different matter. That could mean that the pofessor uses fonts that are not on your machine, or that he is using a different version of word, or it could be in how you access the data. For instance, if the prof posts this word doc on the web you may get different results if you download the file and open it in Word as opposed to opening it directly from a web browser.
    The sure-fire solution is to download TextWrangler and copy the code in there first. TW has a number of tools for finding and removing unpleasant characters. it adds a step, but... you could also try resaving the doc file as a plain text file from within word.

  • I want to buy a new 27in iMac and I want to transfer all my photo and music from my old iMac to the new one.  Is this possible?

    I am going to purchse a new 27in iMac. I have a 21 inch single core intel chip iMac purchased in 2006.  I want to transfer my music from iTunes (3600 songs) and my photos from iPhoto (28000).  Can this be done without using an external hard drive? I backed up all my songs from iTunes but I have yet to understand how they show up on the hard drive. Before you all criticize me, I am a 72 year old lady who is limited in my ability to understand technical data but have been able to use a computer for some time now.

    Yes.  OS X: How to migrate data from another Mac using Mavericks

Maybe you are looking for