Sign in to follow this  
Followers 0
markmets415

PDF File to a web page

4 posts in this topic

Back when I started our fire company website, someone here helped me with adding the membership application that was a PDF file as a link, I need that help again. I would like to add it to the home page so someone can just click on the link and the application would open on their computer and they can print it at their location, thanks in advance.

Mark

Share this post


Link to post
Share on other sites



Mark,

Simple and straight forward add this html code direct into the web page where you want the link:

<p><a href="file name.pdf" target="_blank">Description</a></p>

Replace file name.pdf with the name of your file. If it is not in the same directory as the web page remember to use the full address e.g. http://www.mywebsite.com/files/application.pdf

Replace Description with what you want the user to see as this is the text they will be clicking to open the pdf file.

Good luck

Share this post


Link to post
Share on other sites

Mark,

Simple and straight forward add this html code direct into the web page where you want the link:

<p><a href="file name.pdf" target="_blank">Description</a></p>

Replace file name.pdf with the name of your file. If it is not in the same directory as the web page remember to use the full address e.g. http://www.mywebsite...application.pdf

Replace Description with what you want the user to see as this is the text they will be clicking to open the pdf file.

Good luck

thanks I shall give it a shot

Share this post


Link to post
Share on other sites

thanks I shall give it a shot

No luck still can't get it to work

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
Followers 0

  • Recently Browsing   0 members

    No registered users viewing this page.