Jump to content

Linking to Word documents


pagallery

Recommended Posts

I want to put a link on a webpage to a Word document. The code I used was simply:<a href="testdoc.doc" target="_blank">test doc</a>which works fine in Netscape, IE and Firefox where the document opens up in Word. In Opera, I get a page of rubbish. Is it possible to get Opera to open a Word document and, if so, what is the code?Thanks(Edited to remove typo in target)

Link to comment
Share on other sites

When I load the files up on to my web space and access the page that way, Opera loads the word document.When I open the page offline using Opera, the Word document comes up as rubbish. So I'm sorted for when it goes live. But have no idea why it doesn't work locally - the files are the same.

Link to comment
Share on other sites

Guest FirefoxRocks

Try using this code instead:

<a href="testdoc.doc" target="_blank" type="application/msword">test doc</a>

This should fix the problem locally as well as online. Otherwise, you could always use Google Docs and Spreadsheets.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...