Seymour,
OK, I've added some sample HTML text below with explanations. If you paste this code into your template page, you should get good file retrieval.
<P><a href="files/Big_File.zip">Big file--9.25 MB Zip File 01-27-03</a></P>
This is the "anchor" (link) in its basic form where:
"files" is the name of the folder in which your zip file is located (folder must be located in the same directory as your HTML page),
Big_File.zip is your zipped file, and
"Big file--9.25 MB Zip File 01-27-03" is what users will see as a link to the file in their browser.
In practice, I would use the following code to give the users more information about the file, as viewed in their browser:
<P>Download our file.</P>
<P><a href="files/Big_File.zip">Big file--9.25 MB Zip File 01-27-03</a></P>
<P>For best results, unzip all files to the same directory.</P>
Of course, you should customize your displayed text, file names, etc.
I hope this helps.
Jeff Mowry
DesignHaus Industrial Design