Link to home
Start Free TrialLog in
Avatar of greybeard011700
greybeard011700

asked on

links

I have a pdf file that I wish to use in my website.  How do I place this on my webpage to allow viewers to click on it to open.  Also, I have a downloaded pdf file that was sent to me by a friend.  Can I add this to my webpage?

As you can tell, I am very new at Dreamweaver and creating webpages.  I waited until I was 64 before I began.  I would certainly appreciat any help in this area.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of synthie
synthie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cabrionet
cabrionet

Dont use absolute path like synthie proposed:
<A href="C:/downloads/yourfile.pdf">  
 Use relative path:
<A href="yourfile.pdf">  (if you put the file pdf in the same dir that you have html file.