How to add a .pdf file to site

m (Created page with "<seo title="How to add a .pdf file to site" metakeywords="word1" metadescription="How to add a .pdf file to site" /> <div align=justify>This article will let you know how to add...")
 
m
Line 35: Line 35:
  
 
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 ''"addondomainfolder"'' 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/addondomainfolder/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:54, 18 November 2011

rss feed for my website