..oO(shirley11)
Quote:
Hi. I have links to pdf files on a site. The pdf files are ftp'd with the site.
I have had comments that some people cannot open the pdf file and get an error
message |
What error message?
Quote:
while others have had no problems. I have the file coming up on a
_blank page. |
Don't do that! Just link to them _without_ a 'target' attribute.
Quote:
Is there something I should add to correct this problem for
visitors. |
You should post a URL.
Usually you just have to do (or make sure) two things:
1) Link to the file.
2) Make sure the server delivers the file with the correct content-type.
For PDFs it should be 'application/pdf'.
Micha