View Full Version : How to set up downloads


HRP3
22-05-2006, 16:21
I'm creating a website using Dreamwaver and what i want to do is have a few tracks that people can download on to there comp. But I just cant seem to figure out how to do it. Can anyone help me? if so PM me please.

adaline
22-05-2006, 16:57
All you do is create a link to ur tracks and put them in the right place.
So if there was a track with filename 'track1.mp3' in the same directory as the page from which people download it, the code for the link would be:

<a href="track1.mp3">Right click and save</a>

or just paste the filename into the link in dreamweaver