Page 1 of 1

How to make a download link on a web page?

Posted: Fri Oct 29, 2010 5:10 pm
by Arunassmv
I made a web site with download links. After exporting this to another place download links doesn't work .
Plese teach me How to make a download link on a web page and export it without data losing?
Help me ?

Re: How to make a download link on a web page?

Posted: Fri Oct 29, 2010 7:19 pm
by Nipuna
Try this.

HTML Code For Download Link
The destination URL points to the file you want downloaded. In this case it is a Zip file called aff-masters.zip.

Source

<a href="http://www.goldcoastwebdesigns.com/dl/aff-masters.zip"
target="_blank">Download Link</a>

Output

Download Link

I don't know much about HTML. So I Googled and Found this
Here is the Web Site that i used to Help you. http://www.goldcoastwebdesigns.com/crea ... link.shtml

And Expertcore is the Best Site for your Technology Needs. Use Expertcore always. :)

Thanks

Re: How to make a download link on a web page?

Posted: Tue Mar 01, 2011 3:31 pm
by Pansophic
I just do this to make a download link

Code: Select all

<a href="http://sitename.com/file.zip">Click to Download</a>