PDA

View Full Version : download from site


ostand
10-27-2003, 06:38 AM
Where or what is the code to provide a download from my web site?

I wish to make available .pdf files for my readers to download.

Thanks!
PAUL
:D

Joe the Large
10-27-2003, 06:49 AM
Welcome to the forums.

Use this code for downloads:

<a href="path to file.pdf">Filename</a>

Remind visitors to your site that
left-clicking the link will open the pdf in Adobe reader (assuming the person has it installed on their computer).

To download this file they will have to right-click on the link and select "Save target as" or "Save link target as", depending on their browser.

HTH

ostand
10-27-2003, 08:55 AM
Thank!::D