I have tried to make a link that makes you download a file when you click it, but when i try it, it only opens the link and starts the file in the browser. Im using internet Explorer by the way.
Code:
<html>
<head>
<title>Test Website</title>
</head>
<body>
<h1>My Games:<br></h1>
<a href="http://erikwallstrom.16mb.com/AdventureGame.swf.swf">My Epic Game</a>
</body>
</html>
(Don't mind the "AdventureGame.swf.swf, i accidently named it like that). Why doesn't the file download?
Nvm, i uploaded zip folders with the files inside and now it is downloading correctly.