Web Hosting Talk







View Full Version : creating a download option


rmlittleone
07-26-2005, 01:27 PM
I dont know if this is the right forum to put it in, but i want to put something onto my website so that anyone can download it. How would i do this?

the_pm
07-26-2005, 01:35 PM
<a href="path/file.ext">Download Me</a>

You mean like that? You can link to any file and make it downloadable :)

rmlittleone
07-26-2005, 01:55 PM
so i would link it just like i would a regular webpage, except instead of a .htm it would be like a .zip type of thing

the_pm
07-26-2005, 02:46 PM
You got it :)