[SOLVED] Adding .pdf Files To A Webpage - NBS






 

 

[SOLVED] Adding .pdf Files To A Webpage - NBS

View Full Version : [SOLVED] Adding .pdf Files To A Webpage


Lunatic Lineman
17-Jan-2004, 08:30 AM
Gee's I hope this is the correct forum, Can someone help me to add a few pdf files to my website. I have created the .pdf file that I would like to publish but I'm having problems getting them to launch.

Is there a prompt that I need to add to make the .pdf file open. Stupid as it may seem

Thanks in advance............Luni

IdCaabma
17-Jan-2004, 09:27 AM
Naaa.. all the viewer needs is acrobat reader on their machine and they will open. If they don't have it it will download as a file.

Markleshark
17-Jan-2004, 11:43 AM
If the downloader has acrobat reader, as CI said, it will work fine. The code you need to put into your site page is below.


<a href="folder/pdf-file.pdf">Download Now!</a>


You will need to change the bits and peices, but thats your base code! :)

Lunatic Lineman
17-Jan-2004, 04:39 PM
thanks for the help ;)

Luni