View Full Version : hey how do i put downloads onto my webpage?


Kaasi
01-06-2006, 12:25 PM
i have absolutely NO idea how to, and i also have no idea whether it's html or javascript or flash or anything :cheese: so help me please if you know how :)

leeleeleeywombu
01-06-2006, 12:36 PM
what host are you using?

Arwen
01-06-2006, 01:45 PM
<a href="URL TO YOUR FILE">Download</a>

pb&j
01-06-2006, 05:19 PM
sometimes you have to put the file into a ZIP file first. you then link to that zip file...

<a href="filename.zip"> linkit </a>

http://www.winzip.com

zip file = a special folder type file that you can put some files into, they will be compressed into the single file.

Kaasi
01-07-2006, 02:24 AM
thanks guys - im using freewebs

nickiemae
01-20-2006, 10:59 AM
im so glad i read this! :hamster: