| Author |
Message |
Guests
Guest Group
|
 Topic: downloads Posted: 30 Mar 2000 at 00:18 |
|
downloads
i know this may be the most stupid question ever to cross this web board, but how do you make it where someone can download a file off of your page, say from site you uploaded them to.
sorry for my stupidity, but i am a beginner.
|
|
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 30 Mar 2000 at 09:50 |
|
Re: downloads
Just create an "a href" tag that points to the file, just like you would a webpage.Say, for example, you wanted to link a file on your own site in the same directory as your html file, you'd have:<a href="file.exe">File.ExE</a>If it was on this site, you'd have:<a href="http://info-x.co.uk/file.exe">File.ExE on Info-X</a>God I hope the less-than signs work...
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 30 Mar 2000 at 09:51 |
|
Let's try again
Using escape codes didn't work, so I'll just post the code without the ">" and "a href="htpp://www.domain.com/file.exe"It's just like a normal HTML link.
|
IP Logged |
|
deej
Admin Group
Joined: 22 Nov 1997
Online Status: Offline
Posts: 3
|
 Posted: 30 Mar 2000 at 10:14 |
|
Re: downloads
buggrit... I gotta sort out those damn escape characters, anyway, i took the liberty of manually editing your message.
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 30 Mar 2000 at 15:04 |
|
Well, just set allow_html OFF in v1.81
.
|
IP Logged |
|
deej
Admin Group
Joined: 22 Nov 1997
Online Status: Offline
Posts: 3
|
 Posted: 30 Mar 2000 at 17:30 |
|
Re: Well, just set allow_html OFF in v1
I want to allow HTMl, but I also want it to display &lt; properly
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 30 Mar 2000 at 20:12 |
|
Re: Well, just set allow_html OFF in v1
why dont you put a link to a page where you can show the way to make those characters.
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 30 Mar 2000 at 20:53 |
|
Hmm, yes, that might be a problem...
If I remember correctly, there was a possible problem with Here you don't copy the original message into the textarea, so it might work without problems - you'd have to walk through the code and check to be sure...There are still a few potential problems with allow_html ON, though.
|
IP Logged |
|
Guests
Guest Group
|
 Posted: 31 Mar 2000 at 01:28 |
|
Thx man [nT]
|
IP Logged |
|