Click to See Complete Forum and Search --> : insert a pdf document for download


ram9270
01-23-2006, 11:47 AM
I would just like to know how to insert a pdf document into a page on my site so that the client can download it and not ask me to email it to them (fairly simple, I think?

Compguy Pete
01-23-2006, 01:40 PM
if you have the PDF created already it's as easy as creating a link to another web page...

<a href="readthis.pdf">Read this PDF today!</a>

If you want them to save it... mention they need to right click and select "Save As"