Sheyenne Joined May 8, 2009 Messages 28 Reaction score 0 Jun 14, 2009 #1 Can you give me the correct coding to put a .pdf I have saved into my webpage, please?
Madxgraphics Joined Apr 19, 2008 Messages 4,081 Reaction score 1 Jun 14, 2009 #2 Sheyenne said: Can you give me the correct coding to put a .pdf I have saved into my webpage, please? Click to expand... First you'll need to upload your .pdf to whoever is hosting your site for you. once you know where it is, its just a matter of doing a hyper link... Code: <ahref="wherever_the_PDF_is_stored">.PDF Name</a> Then place that in your website where ever you want it to show
Sheyenne said: Can you give me the correct coding to put a .pdf I have saved into my webpage, please? Click to expand... First you'll need to upload your .pdf to whoever is hosting your site for you. once you know where it is, its just a matter of doing a hyper link... Code: <ahref="wherever_the_PDF_is_stored">.PDF Name</a> Then place that in your website where ever you want it to show