Click to See Complete Forum and Search --> : Download Link


PSheen
02-02-2003, 07:47 AM
I am a VERY new "Newby" to HTML etc and want to create my own web site for my Business. I only want to create a very simple site but also allow visitors to download some files form it (an MS Ecell Spreadsheet & and an app created in VB).

Can anyone point me to a tutorial to help with this or tell me step by step how to set this up.


Thank you

meow
02-02-2003, 08:16 AM
<a href="Path/To/MyStuff.zip">Yadda yadda</a>

End of the tutorial. ;)

Frankly, you just link to anything you want the user to download. Since Word and some other programs can be configured to open inside IE it's better to zip those files up.

esher2292
02-08-2003, 03:41 PM
Also,
if you are making it in word, when you click insert, hyperlink you can do that..



esher2292:)

Zach Elfers
02-08-2003, 05:24 PM
If you link to a *.exe file, a dialog box will come up asking if you want to install and run the program. If your program doesn't have a certificate it will say so.