How do I embed a Word document into my web page?
You have two main options when it comes to including a Word document on your web page:
1. Hyper link to the word document file
2. Embed the word document in the web page, so the document is opened and displayed as part of the page

The instructions here provides you with steps on how to embed your Word document (option 2)
1. Upload your Word document to your web host, copy and keep the URL
2. Launch HTML Egg and navigate to the web page you wish to embed the Word document
3. Add a HTML Snippet
4. Paste the following code segment into the HTML Snippet, please replace "http://www.mywebsite.com/word.docx" with the URL for your document in step 1
<iframe src="http://www.mywebsite.com/word.docx" width="100%" height="400"> </iframe>
Please adjust the width and the height parameters to better fit your needs