View Full Version : Is it Possable


jaykelvik
01-10-2006, 02:42 AM
Hello all

I would like to no if anyone has any ideas or knows of How i can add a Download section to my Forum

i would like to now how to do this as in where to go what to do

Many thanks ....Jay

djou
01-11-2006, 03:29 AM
No need for Javascript - and certainly not DHTML - for that. What do you want to offer for downloads? Usually the plain old anchors will work: just create a hyperlink (<a href, etc.) with the URL of your file as the link URL. For example, let's say your site is located on http://myubercoolsite.net and you uploaded the downloadable file to http://myubercoolsite.net/downloads/afile.zip, then you would put <a href="http://myubercoolsite.net/downloads/afile.zip">text</a>.

jaykelvik
01-17-2006, 03:18 PM
thank you very much ive now got my downloads ready for ppl to download greta thanks for your help