Hello
I have a pdf document that I am trying to attach to one of my pages so that browsers click on a link and open the pdf file.
I have saved the pdf file in my images folder and written html code:
<a href="/Images/filename.pdf" target="_blank">Click here to read pdf version</a>
but it does not work.
Do you know how I can get the pdf file to download?
Thanks so much.
I have a pdf document that I am trying to attach to one of my pages so that browsers click on a link and open the pdf file.
I have saved the pdf file in my images folder and written html code:
<a href="/Images/filename.pdf" target="_blank">Click here to read pdf version</a>
but it does not work.
Do you know how I can get the pdf file to download?
Thanks so much.
Comment