Adobe Attachments on a Webpage

KWAK

New Member
I have created and maintain an e-commerce website for my mom's business as a part time (non paying) thing. I was wondering if anyone could tell me how to attach an Adobe file to a webpage? (Like a newsletter that would open in a printer friendly way) I tried googling it - but maybe I'm searching the wrong thing - because I've had no luck with figuring out how to do this!

This is liable to be a very easy thing to do - but I am self trained on all of this - and just can't figure this out!!

TIA for any tips you can give me!
 

MrX

High Octane
You could host the file on a FTP server and then link to it on the website, pretty much the same for any file type.
 

jrtime

Member
Just use a standard HTML anchor tag:

a href="./yourfolder/yourfilename.pdf">Description
within the < and />

If the end user has a pdf reader should work with no problem
 
Last edited:
Top