by Sid <elsid@[EMAIL PROTECTED]
>
Sep 6, 2007 at 11:51 PM
On Wed, 01 Aug 2007 14:39:55 +0930, don <noddleif@[EMAIL PROTECTED]
>
wrote:
>Hi Folks,
>
>I am don.
>
>I am attempting to construct a web page.
>It will have folders containing files, pictures or text.
>I want people visiting my site to be able to chose and
>download any of these files.
>How do I write a tag line that the visitor can click on so as
>to enable them to download from my site?
<a href="a.zip">Zip file of all A-animals</a>
Sid