A technique used by the author consists of placing the original URL as a link at the top of the file. Second, many internal links are disabled for instructional purposes. If you've stolen only a few files, you may want to disable the links pointing to files elsewhere on the Internet. This technique also allows the designer to direct users to specific links for instructional purposes (e.g., you disable the links to Scott Adams' "Dilbert" since it's not relevant to an instruction package on Nursing).
Retrieving HTML files is trivial. Modifying them for local use requires an understanding of HTML links.
Retrieving Text Files
Text files, usually having the file extension ".TXT", are downloaded the same way as HTML files. The problem of links not working is not a problem since these are static items with no links. It is still good form to note (and perhaps enclose in the local version) the original URL of the document retrieved.
Example:
Point a browser at the author's home page at URL :
http://www.umsl.edu/~muns
If you save the HTML file, and then attempt to display it, the logo of the University of Missouri-St. Louis will not appear. You must save the logo separately in the same directory as the saved HTML file. Looking at the HTML source code you will see something containing:
<IMG SRC="logo.gif">(There will be some other HTML formatting codes such as ALIGN and ALT.
http://www.umsl.edu/~muns/logo.gifin your browser, you can retrieve the graphic as a single entity. In this example, if it's saved in the same directory as the HTML file of the author's home page, then point your browser at this local file, the graphic will be accessible.
Play with this technique of retrieving inline, and other, graphic files, since it is useful in producing educational packages.
If you're planning on mounting something on the Internet for all to use and access, try and stick to the public domain information produced by government sources. Beware that even US Government information in some cases is copyrighted and NOT public domain. This is a warning, not a tutorial. Just because it's on the Internet, doesn't mean the laws do not apply. They do.
Now. Interpreting what the laws really mean, THAT'S a problem.!