I have a word document that I want to implement into a web-based document server but I need the HTML source code to copy from the word document to the server. How can I get the source code (HTML) for a word document so I can do this?
A Word document does not have HTML source code. It is a Word document, not a Web page.
You can convert and export Word as html using a Save As function from Word, but the html code it creates is terrible.