View Full Version : word doc link


msoo
02-05-2006, 08:46 PM
hey everyone,

i'm trying to make a link on a website for people to be able to dowload a word document...but it's not working out too well. i'm treating the link to the word doc as a would any other html document, but it won't allow me to access the file from the website. is there something i need to do differently for word documents?

thanks,
msoo

crazyremix2006
02-05-2006, 08:59 PM
I would type this code for the document: <a href="yourfilename.ext">document</a>

I hope that helps :) -crazyremix2006