• Page 1 of 1
  • 1
File Download [HELP]
SkaterDude
Posts: 13
Reputation: 0

Message # 1 | 5:32 PM
Ok well I have a couple files that I want users to be able to download I want to know how do I put a download button on my site that when they click it downloads but theres another thing

This is just something that has to do with computers I think

How do I make a password that they have to enter to download it

Animorph
Posts: 2856
Reputation: 189

Message # 2 | 6:04 PM
SkaterDude, you can easely make a download button with basic HTML

like this:

Code
<a href="your download link" ><img scr="button url/link" border="0" /></a>

Quote (SkaterDude)
How do I make a password that they have to enter to download it

i don't think that that is possible without using scripts

To busy building a passive income online ;)
SkaterDude
Posts: 13
Reputation: 0

Message # 3 | 6:10 PM
Ok thanks but I have a couple more questions

Ok with this code here I have a question

<a href="your download link" ><img scr="button url/link" boarder="0" /></a>

Where it says button url/link is that where I enter the file name? For example I had a file named sketch.exe in my file manager would I replace button url/link with sketch.exe

Added (2011-04-08, 12:10 PM)
---------------------------------------------
Animorph, Or would I replace "your download link" with that

Animorph
Posts: 2856
Reputation: 189

Message # 4 | 6:12 PM
Just like this:
Code
<a href="http://yoursite.ucoz.com/filename.exe" ><img src="http://yoursite.ucoz.com/imagename.png" border="0" /></a>

If you apply it in the place you want it to appear then it will look like this after you saved it:


To busy building a passive income online ;)
SkaterDude
Posts: 13
Reputation: 0

Message # 5 | 6:13 PM
Animorph, Ok so is ""http://yoursite.ucoz.com/imagename.png" is that for the image that you click to download?
Animorph
Posts: 2856
Reputation: 189

Message # 6 | 6:14 PM
SkaterDude, yes
To busy building a passive income online ;)
SkaterDude
Posts: 13
Reputation: 0

Message # 7 | 6:24 PM
Animorph, Thank you very uch Animorph
Animorph
Posts: 2856
Reputation: 189

Message # 8 | 6:53 PM
SkaterDude, you might find some interesting things about HTML and CSS in here for future problems
http://forum.ucoz.com/forum/36

To busy building a passive income online ;)
  • Page 1 of 1
  • 1
Search: