Is there a FREE Microsoft Word Document to HTML converter? I have many word documents all color coded and some are in cool tables, and I'm thinking about launching a website based on all of the files I've written in the past, but I'm too lazy to code everything in HTML to make it look like my word document.
File -> Save as web page... then change the file type from Web Page (*.htm;*.html) to Web Page, Filtered (*.htm;*.html) or this program http://www.flash-utility.com/convert-doc-to-html.html
The html that words converts it to is very very very big and messy but if you have dreamweaver there is a tool which well take and trim out all the rubbish code.
Yes, MS Word from version 97 onwards has a built in HTML Convertor which does the job but adds a big load of rubbish to the file so you may want to use a HTML Editor like Dreamweaver or even Notepad++ to removed it.
Thanks guys. I'm probably going to do it the lazy way and just copy from word and paste into Dreamweaver and have dreamweaver keep all the original format of it. I must admit that the html code is terrible -.-