Web archive not archiving - missing content

some of the pages i save this way open fine, with all the content. others don't, missing the graphics or pictures or whatever. it doesn't seem to have anything to do with the date i saved it. if i'm offline, some open will all the content and some don't. any ideas?

I've had the same problems with Safari's webarchives. I don't think there's much you can do except submit feedback to Apple.
I save web pages as PDF files instead of saving webarchives. The PDFs preserve all of the page content, although the page layout won't be exactly preserved. File > Print, click on the PDF button in the bottom left corner of the print dialog and choose "Save as PDF."

Similar Messages

  • Web page not displaying properly - content in wrong place

    It's been years since I've done html and this is the first time using Dreamweaver.  All my pages have the same header then a horizontal row of link buttons.  I have used Divs to create 3 sections of content underneath this.  Each div has the following defined for it: #Div { position:absolute; width:913px; height:440px; z-index:1; left: 10px; top: 302px; My main page is not displaying properly.  There is a section on the left with text/photo.  To the right of this section, there is a second div containing an image map.  In Dreamweaver, I preview the page (using Chrome) and it looks fine.  However, when I upload it to the web site and then view that page in the web site, the second div is thrown to the upper top right of the page.  I do not know what is causing this and how to fix it.  Can anyone answer this and perhaps give me some tips?

    Start by fixing your HTML errors.  You have a significant number of them.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fgivethegaveltotavel.com%2F
    Also, you have some CSS errors.
    W3C CSS Validator results for http://givethegaveltotavel.com/ (CSS level 2.1)
    Position:absolute is never a good way to layout your web pages.  For 98% of what you do, positioning is not required and should be avoided.  Learn to use CSS margins, padding and floats to align elements where desired.
    CSS margin property.
    CSS padding property
    CSS Float
    Nancy O.

  • Content Search Web Part not work for Office Web Apps

    Hi ,
    In Content Search Web Part word documents are not able to open in browser,but in document library  its working.
    Office Web Apps not work in Content search web part
    Please help me
    Regards
    Sachin

    Below is the display template to open the document in OWA.
    <html xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"> 
    <head>
    <title>AdSpace Picture on top, 3 lines on bottom</title>
    <!--[if gte mso 9]><xml>
    <mso:CustomDocumentProperties>
    <mso:TemplateHidden msdt:dt="string">0</mso:TemplateHidden>
    <mso:ManagedPropertyMapping msdt:dt="string">&#39;Picture URL&#39;{Picture URL}:&#39;PublishingImage;PictureURL;PictureThumbnailURL&#39;,&#39;Link URL&#39;{Link URL}:&#39;Path&#39;,&#39;Line 1&#39;{Line
    1}:&#39;Title&#39;,&#39;Line 2&#39;{Line 2}:&#39;Description&#39;,&#39;Line 3&#39;{Line 3}:&#39;&#39;,&#39;FileExtension&#39;,&#39;SecondaryFileExtension&#39;,&#39;ContentTypeId&#39;,&#39;ServerRedirectedURL&#39;</mso:ManagedPropertyMapping>
    <mso:MasterPageDescription msdt:dt="string">This Item Display Template will show a 304x100 picture of the item on top. The title and the default item description will display to the bottom of the picture with an additional line that is available
    for a custom managed property.</mso:MasterPageDescription>
    <mso:ContentTypeId msdt:dt="string">0x0101002039C03B61C64EC4A04F5361F385106603</mso:ContentTypeId>
    <mso:TargetControlType msdt:dt="string">;#Content Web Parts;#</mso:TargetControlType>
    <mso:HtmlDesignAssociated msdt:dt="string">1</mso:HtmlDesignAssociated>
    <mso:_dlc_DocId msdt:dt="string">ZRMVMDDDEAE7-1-215</mso:_dlc_DocId>
    <mso:_dlc_DocIdItemGuid msdt:dt="string">583b0835-32ff-4d1c-983f-b6ff4a0ef956</mso:_dlc_DocIdItemGuid>
    <mso:_dlc_DocIdUrl msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_layouts/15/DocIdRedir.aspx?ID=ZRMVMDDDEAE7-1-215, ZRMVMDDDEAE7-1-215</mso:_dlc_DocIdUrl>
    <mso:HtmlDesignConversionSucceeded msdt:dt="string">True</mso:HtmlDesignConversionSucceeded>
    <mso:HtmlDesignStatusAndPreview msdt:dt="string">http://sp2013-dev-6:7000/sites/adspace/_catalogs/masterpage/Display Templates/Content Web Parts/Item_PictureOnTop.html, Conversion successful.</mso:HtmlDesignStatusAndPreview>
    </mso:CustomDocumentProperties>
    </xml><![endif]-->
    </head>
    <body>
        <!--
                Warning: Do not try to add HTML to this section. Only the contents of the first <div>
                inside the <body> tag will be used while executing Display Template code. Any HTML that
                you add to this section will NOT become part of your Display Template.
        -->
        <script>
            $includeLanguageScript(this.url, "~sitecollection/_catalogs/masterpage/Display Templates/Language Files/{Locale}/CustomStrings.js");
        </script>
        <!--
            Use the div below to author your Display Template. Here are some things to keep in mind:
            * Surround any JavaScript logic as shown below using a "pound underscore" (#_ ... _#) token
            inside a comment.
            * Use the values assigned to your variables using an "underscore pound equals"
            (_#= ... =#_) token.
        -->
        <div id="Item_PictureOnTop">
    <!--#_
    var useWACUrl = !$isEmptyString(ctx.CurrentItem.ServerRedirectedURL);
            if(ctx.ScriptApplicationManager && ctx.ScriptApplicationManager.states){
                useWACUrl = (useWACUrl && !ctx.ScriptApplicationManager.states.openDocumentsInClient);
            var appAttribs = "";
            if(!useWACUrl)
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenApp)) { appAttribs += "openApp=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenApp) + "\"" }; 
                if (!$isEmptyString(ctx.CurrentItem.csr_OpenControl)) { appAttribs += " openControl=\"" + $htmlEncode(ctx.CurrentItem.csr_OpenControl) + "\"" };
            var url = ctx.CurrentItem.csr_Path;
         if($isEmptyString(url)){
                if(useWACUrl)
                    url = ctx.CurrentItem.ServerRedirectedURL;
                } else {
                    url = ctx.CurrentItem.Path;
    var encodedId = $htmlEncode(ctx.ClientControl.get_nextUniqueId() + "_pictureOnTop_");
    var linkURL = $getItemValue(ctx, "Link URL");
    linkURL.overrideValueRenderer($urlHtmlEncode);
     var iconURL = Srch.ContentBySearch.getIconSourceFromItem(ctx.CurrentItem);
    var line1 = $getItemValue(ctx, "Line 1");
    var setLineHeightRenderer = function(valueInfoObj)
        if(!$isNull(valueInfoObj) && !valueInfoObj.isEmpty)
            if(!$isNull(valueInfoObj.defaultValueRenderer))
                return valueInfoObj.defaultValueRenderer(valueInfoObj);
            else
                return valueInfoObj.toString();
        else
            return "&nbsp;";
    var line2 = $getItemValue(ctx, "Line 2");
    line2.overrideValueRenderer(setLineHeightRenderer);
    var line3 = $getItemValue(ctx, "Line 3");
    line3.overrideValueRenderer(setLineHeightRenderer);
    var pictureURL = $getItemValue(ctx, "Picture URL");
    var pictureId = encodedId + "picture";
    var pictureMarkup = Srch.ContentBySearch.getPictureMarkup(pictureURL, 304, 100, ctx.CurrentItem, "cbs-pictureOnTopImg", line1, pictureId);
    var containerId = encodedId + "container";
    var pictureLinkId = encodedId + "pictureLink";
    var pictureContainerId = encodedId + "pictureContainer";
    var dataContainerId = encodedId + "dataContainer";
    var line1LinkId = encodedId + "line1Link";
    var line1Id = encodedId + "line1";
    var line2Id = encodedId + "line2";
    var line3Id = encodedId + "line3";
     _#-->
            <div class="top-content-box" id="_#= containerId =#_" data-displaytemplate="ItemPictureOnTop">
                <div class="top-content-img" id="_#= pictureContainerId =#_">
                    <a class="cbs-pictureImgLink" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_" target="_blank" id="_#= pictureLinkId =#_">
                        _#= pictureMarkup =#_
                    </a>
                </div>
                    <h3 id="_#= line1Id =#_"><a class="cbs-pictureOnTopLine1Link" target="_blank" href="_#= $urlHtmlEncode(url) =#_" title="_#= $htmlEncode(line1) =#_"
    id="_#= line1LinkId =#_"> _#= line1 =#_ </a></h3>      
                    <span class="content-date" title="_#= $htmlEncode(line2) =#_" id="_#= line2Id =#_"><img class="cbs-Thumbnail" src="_#= $urlHtmlEncode(iconURL) =#_"
    alt="_#= $htmlEncode(line1.defaultValueRenderer(line1)) =#_" id="_#= pictureId =#_" />_#=line2=#_</span>                
            </div>
        </div>
    </body>
    </html>
    Basically,ctx.CurrentItem.ServerRedirectedURL is calculated by a managed property ServerRedirectedURL which needs to be included in the display template.
    Problem solved.
    Nehal Bhandari,ATL, Nagarro Softwares

  • My challenge: recovering original iWeb files from 2010-2011 timeframe, which included a blog consisting of original postings from me and comments posted to the web from family and friends. I have the web archive files - but did not move iWeb files then.

    Background:  I started this blog while living overseas and going to sea with the Navy.  Missed the opportunity to move the iWeb files with content attached from the mobile.me server to another server.  Now, I have the original web archive files - good - but not the comments added to them by family and friends - bad.
    My ultimate objective is to create a hard-cover bound book of these files with the comments on the blog ... they document a rather significant experience in my family's life ... to do this, I need to recover the original files with postings.
    Any thoughts or insight would be sincerely appreciated!
    Thanks, cfwnavy

    You have replied to a post that is a month old now and the OP has never replied, so you are probably wasting your time here.
    If you read the OP's post and my reply, you will see that he will not be able to recover his blog and neither will you.
    If your Mac was stolen and you did not back up your iWeb domain.sites files, then you CANNOT get your blog back. 
    If you published your site to a host/server, then you can download it back onto your Mac and you will have to re-build your blog/website from scratch and re-publish, but all your replies and responses to posts will be lost and you can never get these back.
    My advice would be to re-create your blog in another format such as WordPress.com which is free and don't use iWeb again.
    There are plenty of alternatives out there.

  • I'm trying to move a folder full of "web archive" files to my IPad Mini. It says device missing services. Any ideas?

    Hey all! Recently got an IPad Mini. Already have a Macbook. I have a folder full of songs(lyrics and chords) on the Mac. The file type inside the folder are all "Web Archive". I am trying to transfer this folder to my Mini, via Bluetooth. It won't allow me to transfer, it says "device missing services"? I have no idea what this means. Any help would be great. Thanks in advance.

    You can't transfer files to another device using bluetooth.
    I'm not really sure you can transfer web archives from mac to iOS device using itunes or icloud.  Remember, on an iOS device, any file has to belong to an app.  The device does not have a file system like the mac where you can move files into any folder you want.

  • Safari 5 not showing Web Archive pages

    Hello, I have Safari 5, and I can't see some of the pages that I need to see. This has been a problem for me for a while, not matter what version of Safari I use. I click on the link from a website, and when the page loads, instead of getting the page that I should be getting, I get a very long page, covered in system codes, or something of the such, and at the top of the page, it says, in typewriter-like font,
    "This document is a Single File Web Page, also known as a Web Archive file. If you are seeing this message, your browser or editor doesn't support Web Archive files. Please download a browser that supports Web Archive, such as Microsoft Internet Explorer."
    After that, it goes into the code. I have looked other places on the internet, but never found anything like what I am experiencing. Any help from anyone? Thanks.

    HI,
    .mht
    Definitely Microsoft "The MHT file type is primarily associated with 'MHTML Document' by Microsoft Corporation. Archived Web Page. When you save a Web page as a Web archive in Internet Explorer, the Web page saves this information in Multipurpose Internet Mail Extension HTML (MHTML) format with a .MHT file extension. All relative links in the Web page are remapped and the embedded content is included in the .MHT file. The absolute references or hyperlinks on the Web page remain unchanged and the .MHT file is viewed using Internet Explorer. Note: This file type can become infected and should be carefully scanned if someone sends you a file with this extension."
    http://filext.com/file-extension/MHT
    with a program that will not be supported by Safari/Mac?
    That's it.

  • Web archives and static content

    Most (at least all that I have seen) of the documentation
    and discussions surrounding Web Archives seem to assume that
    the web applications static content (images, ..etc) will always
    reside within the WAR.
    If your application contains a large amount of static content,
    and your intendend operating environment involves the
    webserver seperated from the application server, the
    resulting network traffic between the webserver and
    application server could be excessive due to the
    large amount of static content.
    Is there any documentation discussing the placement of
    the static content on the webserver within an
    (web archive based) Web Application
    (specifically, application design considerations)?
    Is this even possible?

    You should be able to put the static content anywhere and just refer to it by it's absolute URL (as opposed to relative URL).

  • Safari (7.0.6) on my iMac running Mavericks (10.9.4) is not saving web pages (web archives)

    Hi.  Not familiar with forums but hope to get some help.
    Safari (7.0.6) on my iMac running Mavericks (10.9.4) is not saving web pages (web archives).
    I've used the following path:
    File > Save As >then Format > Web Archive 
    It saves a file but when I click on its icon it opens up to the 'Top Sites' page (as when you click on the + for a new tab) not a saved web archive of the web page I was on.
    I have no such problem with Safari on my MacBook Pro running Lion. 
    The iMac hardware details are: 2.7 Gz Intel Core i5 with 8 gb of RAM .  The software update tells me I'm up to date.
    Any help would be much appreciated.  Thanks in advance. 
    Errol.

    It could be malware that's causing the archive /  Top Sites problem.
    Download and run the adware removal tool here >   The Safe Mac » Adware Removal Guide
    Easy, safe, and only takes a minute or two.
    If no malware is found ...
    From your Safari menu bar click Safari > Preferences then select the Privacy tab.
    Click:   Remove All Website Data
    Then delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.
    If that didn't help, troubleshoot Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • "Movie not loaded" on web archive ???

    Hello to you all Apple/Mac lovers ,
    Here's my problem : I am currently on vacation and my grandma is connected to the internet but I am not. I so happen to want to play a certain flash game which is on a webpage, so I get on my grandma's computer, load the page, wait for the game to be fully loaded, save the page as a web archive, put the file on a USB drive then plug it in my own computer. When I open the file, the "movie is not loaded". I tried different USB drives, different websites that had the same game ... no way. I have the exact same Safari version as my grandma and same OS. Where is the problem ? Thanks in advance for your time and advice,
    #Charles

    Well it used to work last year. And I can't even play the game, since on the webpage at the spot where it should be there's a white square. Flash is actually running in this square but a right click makes the message pop up : movie not loaded. Moreover, the game is just one file and one file only, which happens to be located on this webpage but it could run on its own, the proof being that if I load the page then go offline it still works. Now moving it to another computer seems to be what causes the problem. I don't really care about how I get the game, I just want to play it on my computer.

  • Archive Repository - Content Server or Root File System?

    Hi All,
    We are in the process of evaluating a storage solution for archiving and I would like to hear your experiences and recommendations.  I've ruled out 3rd-party solutions such as IXOS as over kill for our requirement.  That leaves us with the i5/OS root file system or the SAP Content Server in either a Linux partition or on a Windows server.  Has anyone done archiving with a similar setup?  What issues did you face?  I don't plan to replicate archive objects via MIMIX.
    Is anyone running the SAP Content Server in a Linux partition?  I'd like to know your experience with this even if you don't use the Content Server for archiving.  We use the Content Server (currently on Windows) for attaching files to SAP documents (e.g., Sales Documents) via Generic Object Services (GOS).  While I lean towards running separate instances of the Content Server for Archiving and GOS, I would like to run them both in the same Linux LPAR.
    TIA,
    Stan

    Hi Stanley,
    If you choose to store your data archive files at the file system level, is that a secure enough environment?  A third party certified storage solution provides a secure system where the archive files cannot be altered and also provides a way to manage the files over the years until they have met their retention limit.
    Another thing to consider, just because the end users may not need access to the archived data, your company might need to be able to access the data easily due to an audit or law suit situation. 
    I am a SAP customer whose job function is the technical lead for my company's SAP data archiving projects, not a 3rd party storage solution provider , and I highly recommend a certified storage solution for compliance reasons.
    Also, here is some information from the SAP Data Archiving web pages concerning using SAP Content Server for data archive files:
    10. Is the SAP Content Server suitable for data archiving?
    Up to and including SAP Content Server 6.20 the SAP CS is not designed to handle large files, which are common in data archiving. The new SAP CS 6.30 is designed to also handle large files and can therefore technically be used to store archive files. SAP CS does not support optical media. It is especially important to regularly run backups on the existing data!
    Recommendation for using SAP CS for data archiving:
          Store the files on SAP CS in a decompressed format (make settings at the repository)
           Install SAP CS and SAP DB on one server
           Use SAP CS for Unix (runtime tests to see how SAP CS for Windows behaves with large files still have to be carried out)
    Best Regards,
    Karin Tillotson

  • Problem playing BBC iPlayer archived radio content

    Hi! I was wondering if anyone could help with a really annoying problem I have.
    I have a Slate 7 2800 Build Number v1.05.14 running Android 4.1.1
    I can use a Wi-Fi connection to watch archived TV content from the BBC iPlayer site, and I can listen to live BBC Radio via the BBC website - but when I attempt to listen to any archived Radio content on the iPlayer site, I get the error message:
    "Programme unavailable. Please check your network connection (3024)" which then changes to a "This content doesn't seem to be working. Please check your network connectivity and try later (2004)" error.
    Obviously, my network connectivity is not a problem, as it plays the archived TV content without issue!!
    Any ideas?

    Hi LimeGreeny, welcome to the HP Forums.
    To clarify the difficulty, are you using a web browser, or the BBC iPlayer app? If it is the app, I can recommend general app troubleshooting steps, and if that fails you would have to contact the manufacturer of that app for better support.
    The first step for Android troubleshooting is to completely power down, and turn it back on. To power down, hold the power button for 10+ seconds, until you get the option to turn it off. When you turn it back on, and its ready to go, try to recreate the error.
    If it does the same thing, the next thing to try is safe mode. This will let us know if there is a conflict with something else. When you get the option to power down, hold your finger down on the option, until you are presented an option to restart in safe mode. Like before, when it comes back up, try to recreate the issue.
    The final step is to uninstall and reinstall the apps.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How do I add a web archive to a PPT presentation?

    How do I add a web archive to a PPT presentation?

    You can't add content to Apple TV. You will have to use airplay (from a compatible site) or mirror (using a compatible device)
    http://support.apple.com/kb/HT4437?viewlocale=en_US&locale=en_US
    http://support.apple.com/kb/ht5209
    http://support.apple.com/kb/ht5404

  • How to get the path of the web-archive on the local filesystem?? [Apache]

    Hello all,
    Im running a webapplication on a tomcat server.
    I need to find out the path of the web-archive on the local filesystem to access several files.
    How can I do that with out having an instance of HttpRequest or whatever??

    Hello Bruce.
    Please take a look at the following KBase article.  It has a sample that will retrieve the folder structure for a specified Crystal Report template based on the instance name in the file store.  The sample there can be easily modified so that it is based on a specific infoObject id.
    1549728 - How to find the folder structure in the CMC of a report template based on the instance file name in the output file store.
    The KBase can be retrieve from the following link:
    https://bosap-support.wdf.sap.corp/sap/support/notes/1549728
    Please note that the KBase article is retrieved through the Service MarketPlace.
    I hope this helps.
    Regards.
    - Robert

  • Can't open Web Archive

    Thanks for reading. I have a number of web archives saved and understood them to save whatever was shown, notwithstanding future changes to the page. Am I correct in my understanding?
    Trying to open some (not all) of these pages, I get "There was one opening error... choose Activity from the Window menu." The pages will not open.
    Choosing Activity shows-
    "file:///Users/martin_bell/Documents/Documents/Finances/Sandys%20Tax/Sandy's%20 return%202006:2007.webarchive 1 of 2 items (1 error)".
    These were saved on a previous iMac and transfered using target disk mode. Any ideas?
    Thanks.

    Hi Martin
    safari & webarchives is a little err, less than ideal... although most of the images/items are stored in the archive - they don't always seem to get displayed by safari if they're no longer on the web - hmmm.
    web archive folderizer extracts all stored items from the webarchive into folders, but doesn't produce a nice, easy to click icon that displays it all in a browser - however, it might let you find the items that don't show up.

  • Opening  Web Archive files in WebCT

    "This document is a Single File Web Page, also known as a Web Archive file. If you are seeing this message, your browser or editor doesn't support Web Archive files. Please download a browser that supports Web Archive, such as Microsoft Internet Explorer."
    This is the message I get whenever I try to access the page for class outlines, ect. They are usually powerpoint type things, but they open in Word (on Windows).
    I have tried using Firefox, Opera, Safari, Internet Explorer, copy/paste into Word, and saving it as a PDF. It works perfectly on Internet Explorer when using Windows.
    Is there anyway I'll be able to access these kinds of pages while I'm on a Mac?
    Macbook Mac OS X (10.4.8)

    When viewing brought Safari the same picture ca only be saved as a Web Archive file format.
    That's because you're not saving the pictures you're saving the page that contains them.
    Drag and drop the images from the Safari Window to the desktop and then import them from there to iPhoto.
    iPhoto is not a web browser and cannot read web archives.

Maybe you are looking for

  • Envy 14 - Hard Drive failure imminent

    I have an Envy 14-1110NR laptop and am getting a Hard Drive failure imminent message every time I boot up.  Having run the HP diagnostics, the hard drive check fails so I'm guessing I have to replace it. The hard drive is a Samsung HM640JJ which has

  • Problems with Contribute 4

    When editing a table cell property, the "pick background color" dialogue box causes the software to freeze. The only way out of that dialogue is to use task manager to kill the program. Any suggestions or bug fixes on the way? Similarly, where are th

  • Sysman.mgmt$jobs ORA-01722 invalid number

    Persons, my SQL statement "Select * from sysman.mgmt$jobs"; is Failing with invalid number. Please advise. Thanks! Al SQL> select count(*) from sysman.mgmt$jobs; COUNT(*) 155 SQL> select * from sysman.mgmt$jobs; select * from sysman.mgmt$jobs ERROR a

  • Unable to install firefox to my PC - incompatible program

    I am tying to download mozilla to my PC - Although the program downloads I a unable to open it. Error message shows that Mozilla Firefox is an incompatible program

  • SDK Installation

    hello all i downloaded SDK, i need a step by step instalation procedure for it and how can i apply these services on my system. i am using callmanager v.4.1 and cisco unity connection version 1.1 your reply will be appreciated regards