Tuesday, May 31, 2011

How do I publish a word document to my web site?

How do I publish a word document to my web site? I want it so when people click on a link a window pups up and they can choose open or save. but I do not want to change to PDF formate.How do I publish a word document to my web site?
You can save your Word document as an HTML file. Just remember to make your links have the following code...



target=';_blank';



That will open the links in a new window. Example:

%26lt;a href=';http://answers.yahoo.com'; target=';_blank';%26gt;Yahoo! Answers%26lt;/a%26gt;



---------- edit --------------



You might have to add the ';target'; code after you've saved it as an HTML file. You can do this in a text editor if you wish.How do I publish a word document to my web site?
You can store the Word document as an internal file (just like you do with PDF files) and then link to them. You need to tell viewers the document is in Word Document format.

No comments:

Post a Comment