Page 1 of 1

Automatically updating a page?

Posted: Wed Sep 21, 2005 5:40 pm
by WithHisStripes
Heya,
I am doing a website for a guy that has these devotionals that he writes in Word, but he's got over five hundred of them that need inserted into a new HTM format. Does anyone know how I could create a page where the Word document is uploaded and then inserted into an HTM document?

-Spence thanks!

Posted: Wed Sep 21, 2005 5:42 pm
by feyd
Create a local COM loop to save the files into HTML format via Word itself.. :) You can then run over the files and clean them up with whatever html systems you wish.. tidy comes to mind. :)