Forum Moderators: open

Message Too Old, No Replies

PDF file to server

         

bgclean

5:30 am on Jan 18, 2006 (gmt 0)

10+ Year Member



I have a pdf file I'm trying to upload to my website. How do I upload the file where anyone can download it and how do I get it to show the "pdf icon" or picture of the pdf file.

I typed in the address of the location of the pdf file, but when i looked at my website, it had and x where the pic of the pdf icon was supposed to be.

Please help!

Thx,
Bobby

Arno_Adams

10:40 am on Jan 18, 2006 (gmt 0)

10+ Year Member



Hi Bobby,

You upload the pdf-file just like any other file using your ftp-client. If you want a like pdf icon you have to upload the image as well.

To create a link with the image just use:
<a href="file.pdf"><img src="pdficon.gif"></a>

HTH, AA