View Single Post
  #1 (permalink)  
Old Jun 9th, 2006, 02:38
linda_0 linda_0 is offline
Junior Member
Join Date: Jun 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Problem linking pdf files

Hi,
I am trying to link pdf files that I created and have saved in my website files. They uploaded to the server, and show the same amount of MB as in my local files, but the server side does not show the pdf icon.

I use Dreamweaver. When I preview my webpage in IE or Firefox, the pdfs open immediately. when I try to open them online, I get error message 404 - File not found.

Any ideas as to what I am doing wrong?

My code is as follows:

<tr>
<td><font color="#330066" size="2" face="Georgia, Times New Roman, Times, serif"><strong><a href="../Supplement%20info/pdf%20files/D-Hist.pdf">D-Hist™</a></strong></font></td>
</tr>
<tr>
<td><font color="#330066" size="2" face="Georgia, Times New Roman, Times, serif"><strong><a href="../Supplement%20info/pdf%20files/Diaxinol.pdf">Diaxinol</a></strong></font></td>
</tr>


Thanks for your help.
Linda