How can I add a link on a page for the reader to download a doument (.doc or .pdf) file from the site? Thanks!
How can I add a link on a page for the reader to download a doument (.doc or .pdf) file from the site? Thanks!
Assuming you know where the file really is:
Something like this.
<a href="http://yourdomain.com/files/yourfile.pdf">Download yourfile.pdf</a>
You must log in to post.