How to add a .pdf file to site

m
m
Line 30: Line 30:
 
* The pdf file is called '''''"example.pdf"'''''.
 
* The pdf file is called '''''"example.pdf"'''''.
 
* The text you want the site visitor to click on to download the pdf file is '''''"Click here for the pdf file called 'example'".'''''
 
* The text you want the site visitor to click on to download the pdf file is '''''"Click here for the pdf file called 'example'".'''''
* The code you need to add for downloadable pdf file will look like this:
+
* The code you need to add for the downloadable pdf file will look like this:
  
 
'''''<a href="http://yourdomain.com/example.pdf">Click here for the pdf file called 'example'.</a>'''''
 
'''''<a href="http://yourdomain.com/example.pdf">Click here for the pdf file called 'example'.</a>'''''
  
 
So, when the visitor goes to your site the downloadable pdf file will be available under the text '''''Click here for the pdf file called 'example'.'''''  
 
So, when the visitor goes to your site the downloadable pdf file will be available under the text '''''Click here for the pdf file called 'example'.'''''  
 +
 
If you had uploaded the pdf file to ''"somefolder"'' folder, then the code for the link to the downloadable pdf file would look like this:</div>
 
If you had uploaded the pdf file to ''"somefolder"'' folder, then the code for the link to the downloadable pdf file would look like this:</div>
  
 
'''''<a href ="http://yourdomain.com/somefolder/example.pdf">Click here for the pdf file called 'example'.</a>'''
 
'''''<a href ="http://yourdomain.com/somefolder/example.pdf">Click here for the pdf file called 'example'.</a>'''

Revision as of 11:56, 18 November 2011

rss feed for my website