There are times when you'll want to save only a single Web page, not a whole site, for offline viewing. Say you want to just reference a page, defer the reading of a page, save a page that shows proof of an online purchase, or you want to print it later when you're offline. Here's how:
What happens now depends on your page. The Web page itself (the HTML file) will be stored in the folder you specified. If there are images, scripts, and other supporting files on the page, IE will create a folder just under the target folder and put those items in it. Then IE modifies the HTML code in the HTML page to point to that subfolder instead of across the Web. This lets you open the Web page without being online, and it should still look correct. It's important to understand that by default, the HTML file and its subfolder are linked and act as a single entity. Moving one or the other will move of them. This is to prevent the entity from becoming nonfunctional if you move them around separately. If you have Microsoft Office installed, you'll have three options for altering this linkage behavior.
NOTE If you try to change the name of either the HTML page or the underlying subfolder containing the associated files, you'll be warned that this will break the page. |