How to add a PDF File

E

EGarcia

I want to an option where my customers can download a PDF file or a MS Word doc. from my web site.
What are the most important steps?
and how can I accomplish this?
 
T

Thomas A. Rowe

For either document type:

1. Import document into your current open FP web.
2. Insert text or image on your page, then right click and hyperlink the
text or image to the document.
3. If the user has Word or Adobe Reader install, then the document will
download and open in their browser or reader.
4. If you want document to always be downloaded, then it must be in a zip
file format.
5. You can also give the user a choice by placing a note next to the link
tell them to right click to save the document or double click to view the
document.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
J

JDR

Open your Web
Go to File > Import
Click Add File > Locate your PDF or Word Document.
Click OK

You can now just create a link to it on any page you wish.

JDR
******************
-----Original Message-----
I want to an option where my customers can download a
PDF file or a MS Word doc. from my web site.
 
E

EGarcia

Thank you for your help.
I have done the steps that were provided but the link still doesnt work.
I added a button(Submit button) and then added a link to the pdf file but everytime I click on the button I go to the top of my page?
Thanks for any help
 
J

JDR

A form button requires an action be specified.

If you wish to use a button for a link, it would be much
easier for you to create one in a graphics program. Then
insert it on your page and set the link to the PDF / Doc
file.

Once you have it created, you can then paste it
throughout your site.

JDR
**********************
-----Original Message-----
Thank you for your help.
I have done the steps that were provided but the link still doesnt work.
I added a button(Submit button) and then added a link to
the pdf file but everytime I click on the button I go to
the top of my page?
 
E

EGarcia

"A form button requires an action be specified

If you wish to use a button for a link, it would be much
easier for you to create one in a graphics program. Then
insert it on your page and set the link to the PDF / Doc
file.

Even if I dont link this PDF to a button, it still wont work. Just by adding text and then I link the file to the text.
I get this message
"The page cannot be displaye
There is a problem with the page you are looking for and it cannot be displayed. This error can occur if you are trying to display an HTML page that resides in a directory that is configured to allow Execute or Script permissions only.
-------------------------------------------------------------------------------

Please try the following

Contact the Web site administrator if you believe this directory should allow read access.
HTTP Error 403.2 - Forbidden: Read access is denied
Internet Information Services (IIS)
 
T

Tom Pepper Willett

"Contact the Web site administrator if you believe this directory should
allow read access. HTTP Error 403.2 - Forbidden: Read access is denied.
Internet Information Services (IIS)"

Did you contact the web site administrator about this?
--
-----
Tom Pepper Willett
Microsoft MVP - FrontPage
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
----
| "A form button requires an action be specified.
|
| If you wish to use a button for a link, it would be much
| easier for you to create one in a graphics program. Then
| insert it on your page and set the link to the PDF / Doc
| file."
|
| Even if I dont link this PDF to a button, it still wont work. Just by
adding text and then I link the file to the text.
| I get this message:
| "The page cannot be displayed
| There is a problem with the page you are looking for and it cannot be
displayed. This error can occur if you are trying to display an HTML page
that resides in a directory that is configured to allow Execute or Script
permissions only.
| --------------------------------------------------------------------------
------
|
| Please try the following:
|
| Contact the Web site administrator if you believe this directory should
allow read access.
| HTTP Error 403.2 - Forbidden: Read access is denied.
| Internet Information Services (IIS)"
|
|
|
|
|
 
Top