How to Link a Zip File ?
The best way to post a file to make it download able, is to zip it using win zip. After uploading the zip file to a subdirectory "files/" post it as any other link.
In the basic editors. Put the address of the which is files/name.zip in the link box and type the name of the file in the text box. If the zip file is in the top directory just type the name of the file name.zip
In the advance HTML editor or basic editor in the text area.
<a href="files/name.zip"> Name of the file </a>
|