HTML from a Word Document
To add HTML from a Word document (useful for tables, etc):
- In your Word document, in the File menu, select Save as Web Page. The document will be saved to your desktop with a file extension ending in .htm
- Open your word document in a web browser (Internet Explorer, Firefox, etc). In the View menu (IE, Firefox) select Source (Internet Explorer) or Page Source (Firefox). A document will open displaying the HTML for that page.
- Find the HTML code for the element you are interested in.
- Copy the code and paste it into the appropriate place in your blog entry.