View Single Post
Old 12-09-2008, 15:43   #4
haydnwalker
Inactive
 
Join Date: Jan 2007
Location: Doncaster, S. Yorks.
Age: 42
Services: TV:Sky+, BB:DRL VDSL2 40/10 with Ask4, Phone:Mobile Only
Posts: 2,320
haydnwalker has reached the bronze age
haydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze agehaydnwalker has reached the bronze age
Re: Embed word Doc in HTML

Do you want to embed it so it shows on the page? What if someone doesn't have word?

It would be better to put a link in which would look something like:
Code:
<a href="path/to/word/document/file.doc">WORD DOC</a>
Or if you just want to show it on the screen try

Code:
<object width="775px" height="500px" classid="clsid:00020906-0000-0000-C000-000000000046" data="sampleword.doc"></object>
I've got that from a website (http://forums.microsoft.com/MSDN/Sho...94724&SiteID=1) so I don't know if it would work.

You would need to replace
Code:
data="sampleword.doc"
with the path to the document inc http://
haydnwalker is offline   Reply With Quote