I'm trying to the get a hyperlink to produce a download of a .pdf file when clicked, but instead the pdf is opened directly in the browser.
I've tried moving the pdf from the root folder (that shared with the index) to a subfolder to no avail. I've found other examples of this problem on this site where they seemed to have mis-entered the attribute, but I can't see where I made my mistake if I did.
<a href="factfile.pdf" download="factfile.pdf">Download factfile (pdf, 4mb)</a> which contains lots more information, including an FAQ.</p>