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.

Similar Messages

  • 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.

  • How do i add html code to my muse site? I want pintrest to verify my site.

    how do i add html code to my muse site? I want pintrest to verify my site.

    Hi,
    There are multiple ways in which you can add the HTML code to your site. Few methods are :-
    1) Copy your HTML code, In Muse -> Select Objects-> Insert HTML . Paste your HTML code on the page.  Please reer to this screenshot :- http://prntscr.com/52vprn
    2) If you want to add the HTML code in the Head section of your page, Go to Page Properties-> Metadata-> HTML for <Head> .    Please refer to this screenshot :- http://prntscr.com/52vpx5
    Hope this helps
    Regards,
    Rohit Nair

  • How to read the HTML code from a webpage

    Hi, I want to be able to read the HTML code of a web page
    In order to extract some info from some pages.
    How can I do that?
    is it using cl_http_client ? I played with that class a bit, but wih no sucess to what I need...

    Hi RagnaRock,
    You can use the following form, hope it helps you.
    Regards,
    Ozcan.
    form get_data_from_url using iv_url type clike changing iv_data type string.
    DATA: HTTP_CLIENT TYPE REF TO IF_HTTP_CLIENT .
      clear  iv_data.
      CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL
           EXPORTING
            URL                = IV_URL
    *          PROXY_HOST         = '10.1.1.1'
    *          PROXY_SERVICE      = '1234'
    *       SSL_ID             =
           IMPORTING
             CLIENT             = HTTP_CLIENT
           EXCEPTIONS
             ARGUMENT_NOT_FOUND = 1
             PLUGIN_NOT_ACTIVE  = 2
             INTERNAL_ERROR     = 3
             OTHERS             = 4.
      CHECK SY-SUBRC = 0.
      CALL METHOD HTTP_CLIENT->SEND
        EXCEPTIONS
          HTTP_COMMUNICATION_FAILURE = 1
          HTTP_INVALID_STATE         = 2.
      CHECK SY-SUBRC = 0.
      CALL METHOD HTTP_CLIENT->RECEIVE
        EXCEPTIONS
          HTTP_COMMUNICATION_FAILURE = 1
          HTTP_INVALID_STATE         = 2
          HTTP_PROCESSING_FAILED     = 3.
      CHECK SY-SUBRC = 0.
      iv_data = HTTP_CLIENT->RESPONSE->GET_CDATA( ).
    endform.                    "get_data_from_url
    Edited by: Ozcan Gurdal on Aug 11, 2010 4:07 PM

  • How to read the html code from a specific page

    is there a way that I can get the source code of a specific url and display that into a textarea with java?

    Sure. One thing you could do would be to have a servlet that fetches html from a given url and stores the html in a jsp bean. You can then use the data in this bean to populate the text area.

  • You we edit the html code of a Iweb site

    Hi,
    I want to add some information to the html coding of my website. I built it with Iweb 09. How can I access and edit it? Tks!

    Then consideriWeb SEO Tool.
    Click to view full size
    Click to view full size
    Click to view full size
    OT

  • Is it possible to embed a Juicebox gallery to a Muse site that has not yet been launched?

    I tried FTP'ing my gallery files to my current hosting service and pasting the link into the html object for the new site I'm doing in Muse, which I haven't officially launched. This didn't work. Does the Muse site have to be hosted and in the same directory as the gallery in order for this to fly? I don't know a thing about code or webpage development besides what I've poked around and learned using Muse over the past few weeks. Any insight would be greatly appreciated.

    In short, yes, your site files including Gallery 'should' be on the same server and within the same directory structure. I say 'should' because technically that is the way it works. There is specific instances that it is not the case but in the case you are describing the answer would be they need to be together.

  • Accessing the html code on iweb.

    Anybody know if it is possible to access the html code on iweb. example: adding an email sign up page seperate from the subscribe function.

    coffeesmith,
    Welcome to the discussion's area! To answer your question, see Varkgirl's Tutorials' site.
    You can also find additional tools for iWeb here.
    Mark

  • 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 embedded some HTML code into adobe Muse but not displaying when the pages are Exporting to HTML

    I embedded some HTML code into adobe Muse and when I published the remote site on business catalyst the (Add This widget) HTML code shows up but when I exported the site to HTML pages and view the index page in the browser (Safari, Chrome, Firefox) the (Add this widget) HTML code wouldn't display on any of the pages. I've used this code before on other Muse sites not sure what could have happened. Thnx!!!

    Hi,
    Please take a look at this post for a similar discussion : Re: When i export my muse website my youtube video links stop working. Why is this?
    Regards,
    Aish

  • Is it possible to export the page activity report to a pdf file?

    Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

    Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
    http://www.eyelock.net/blog/archives/533
    BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

  • Where is the HTML-Code for the Dashboard-Links defined? How to edit it?

    Hello everyone,
    I'd like to know where HTML-Code for the Dashboard-Links (My Dashboard, insert random Dashboardname here, ...) is defined.
    Inspecting HTML-Code via the browser, i'll got the following HTML-Tag:
    an <a'' href="...url"... class="CurrentPortal" name="DashboardBannerLink" title="...">Dashboard-name</a''>
    What i know is, that i can modify portalbanner.css and edit the style of those links.
    But thats not what i want, though. I want to modify the html-code itself, for example change the layout of the table etc, to meet our company's corporate design requirements.
    Thats why i tried to find the terms PortalLink and CurrentPortal within the Message-Database (/msgdb).
    Unfortunately, i got no results.
    As a consequence, I believe HTML for those Links is generated by saw.dll internally and therefore can not be edited.
    Now i need someone to prove me wrong ;)
    Thanks in advance,
    Chris
    Edited by: Chris2010 on 16.08.2010 11:11
    -had to edit the html tag, as the code was turned into a clickable link when i posted the thread

    I still didn't find a solution until now, although i checked almost every xml file, that i was able to find.
    At the moment I am sure, that it would be necessary to edit sawm-Parameter "bannerHtml" to meet my requirements. Now, i dont know whether its possible to edit it or not, since those saw-parameters do not seem to be documented on the web.
    That's the part, i found in dashboardtemplates.xml (Line: 362)
    <WebMessage name="kuiDashboardBanner" translate="no"><!-- Param bannerHtml --><!-- Param dashboardsURL -->
    <HTML>
    <table class="PortalBanner" width="100%" border="0" cellspacing="0">
    <tr>
    <td class="PortalLogo">
    "<\a href="@{dashboardsURL}">
    <img class="PortalLogoImage" border="0" src="fmap:Portal/PortalLogo.gif"/></a>
    "</td>
    <td class="PortalTop" style="vertical-align:top">
    <sawm:param name="bannerHtml"/></td>
    </tr></table>
    <sawm:messageRef name="kuiDashboardMainBar"><sawm:setParam name="product">dashboard</sawm:setParam></sawm:messageRef>
    </HTML></WebMessage>
    -----

  • Exporting the HTML and editing it down the road?

    Hi- I have a client who want a very simple website built.  He wants me to give him the HTML code when I'm done so he can ultimately do the edits.  Is the code that Muse exports clean and easily to view and understand in Dreamweaver?  I'd love to build it in Muse, but wondering if I should instead code it by hand so what I give him is not funky.
    Any advice would be appreciated!

    The HTML generated by Muse is not intended to be edited further.
    An experienced designer could edit it with some pain but if a client is asking you do design the site, they are probably not experienced enough to understand the messy HTML made by Muse.

  • It is possible to insert a html code in iWeb?? help please!!

    Hi there, and thanks for helping me!
    I have a question. I am new to iWeb, and  I am making my first website with Adobe Dreamweaver CS5. I have the HTML, CSS code ready to be uploaded to the web. So I wonder if it is possible to insert my HTML and CSS code in iWeb so I can publish it? I mean, my code in Dreamweaver is ready to be publish, so I want to put the code in iWeb and then publish it with all HTML, CSS and Javascript code. Thanks!

    You might be able to reuse some of your html in iWeb with the HTML-snippet:
    Whenever I need to do something tricky in iWeb I insert a HTML-snippet from the drop down insert menu -> widgets  (or the Media Browser Widgets palette), adjust its size and paste the HTML code into the snippet.
    You will not be able to recreate a complete page this way, but you might be able to save some  preformatted parts of your page, like elaborate tables and groups of pictures.

  • Is it possible to export the "Mediathek" in a data file (excel or word) ?

    Is it possible to export the "Mediathek" in a data file (excel or word) ?

    see my old post:
    https://discussions.apple.com/message/6272619?messageID=6272619#6272619?messageI D=6272619

Maybe you are looking for

  • Custom photo frame

    Hi to all, I'm a new Indesign user and I would like to know if there is a way to add a custom frame mask to a photo frame. What I normally make with Photoshop is add a photo in a layer and then add a pre-build mask form (like a film mask, or a some t

  • Menu just stopped working

    Yesterday my main menu just stopped working. You can see the top of the drop shadow for the flyouts but for the life of me I can't make the flyouts show again. I tried pushing multiple back up copies of the site that I had and nothing help. Anybody h

  • Hyperlink to Infoset Query filed

    Dear experts, I need to achieve the following functionality in my infoset query. Double click on a Notification number in the List output and go to the Notification header screen, the way we do in standard list outputs. Requesting your help Regards J

  • Intermittent lookup failures and system limits?

    Hi, on our deployment system we sometimes see intermitten failures of lookups. E.g. on the Webserver (Apache2.2) with a reverse proxy to an internal machine defined in /etc/hosts we will get "DNS Lookup failure", after a few reloads it works. Or rest

  • Cannot get FLV transparency using iFrame

    Hi I need some advise... I can get transparency in Firefox, Safari, and Chrome, but not in IE. I have used wmode=transparent in a dozen different ways, read a dozen online advise places but nothing, if you check out my site with safari and then use I