How do you make a downloadable file in a HTML format?

Zachary Russ

New member
I want to add a download link to my website, and i typed this in:
<html>
<head>
</head>
<body>

<a href="DuelPower.exe">Download Now</a>

</body>
</html>
It doesn't work though. What did i do wrong? PLEASE HELP!!!
It works if you right click it and say "Save Target As" and save it, but i want it to automatically download the file FOR you when you click on it. It does nothing when i click on it. Any suggestions?
 
Back
Top