code to put .pdf into webpage

Joined
May 8, 2009
Messages
28
Reaction score
0
Can you give me the correct coding to put a .pdf I have saved into my webpage, please?
 
Joined
Apr 19, 2008
Messages
4,081
Reaction score
1
Sheyenne said:
Can you give me the correct coding to put a .pdf I have saved into my webpage, please?


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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top