file for download

toolmania1

New Member
I am not really sure where this would go, so I am starting it here. I have a file that I would like people to download. However, I have never known how to make it so that people could download it. It is a zip file with files inside that will run a small video game. How would I put this on a web site so that people could download it and play it?
 

smoovo

New Member
To make it downloadable you don't have to do anything special. Just have yourself a link with the reference to the file, like this...

HTML:
<a href="MyFile.zip">Download</a>

And just make sure to upload the file to your website, and write the path to it well.

That's it! Enjoy. :)
 
Last edited:

smoovo

New Member
No problem, it is my pleasure. :)

By the way, you can add an image inside this link to make it nicer, like some websites.

HTML:
<a href="MyFile.zip"><img src="http://www.webdesignforum.com/images/download.jpg" alt="Download" /></a>

- Enjoy. :)
 

ishie

New Member
You can also use a free file hosting site, if you wanna share it to more people. Try MediaFire. Just a recommendation.
 
Top