Page 1 of 1
.doc to .html
Posted: Mon Sep 10, 2007 12:26 pm
by icesolid
Does anyone know of any good programs for converting a .doc to .html page.
I was given a Word Document that is a complex form that I need to take from the Word Document style and put it into a web format so that I can write in querys for the fields to be filled out into a MySQL database.
Re: .doc to .html
Posted: Mon Sep 10, 2007 2:03 pm
by califdon
icesolid wrote:Does anyone know of any good programs for converting a .doc to .html page.
I was given a Word Document that is a complex form that I need to take from the Word Document style and put it into a web format so that I can write in querys for the fields to be filled out into a MySQL database.
Microsoft Word has a Save As HTML. It doesn't produce very good HTML, but it works, at least on reasonably simple documents. I never tried it on a complex form.
Posted: Mon Sep 10, 2007 3:04 pm
by icesolid
It does have a Save As HTML feature. However, for forms in Word they do not transfer into HTML very good at all, in fact that code down right sucks.
Posted: Mon Sep 10, 2007 5:12 pm
by Luke
Why don't you just create the form yourself if it's just one form? Am I misunderstanding the question?