Forum Moderators: open
I've thought about writing a javascript app (or maybe vbscript) or a stand alone app to do it, but I don't have the time right now.
Then copy from Notepad and paste into FP.Out of the frying pan and into the fire. What will FP offer me? I understand why I might copy it into TopStyle Pro, which I often use, but why FP?
Openoffice.org puts out reasonably clean HTML.I'll need to check this out, too. Thanks.
Just write the html.Of course I can do this, but it's something I was trying to avoid; coding a page is one thing, but just adding markup to content generated by others is one of the few time I would prefer a WYSIWYGish solution. Also, I want others to be able to generate HTML, leaving me only to proofread.
Your original question was: I'm looking for a tool which will either convert MSWord files into clean, symantic HTML.... FP will do just that if you follow the advice given. You'll get 100% validating HTML. Nothing more, nothing less.Then copy from Notepad and paste into FP.
Out of the frying pan and into the fire. What will FP offer me? I understand why I might copy it into TopStyle Pro, which I often use, but why FP?
TopStyle has an HTML editor, but you'll still have to write the code, it will not convert anything from Word. If you wanted to hand code the page you won't need any tools other than NotePad or TopStyle.
Basic HTML to be used with CSS only needs the block-level elements of headings, paragraphs, lists, tables and forms.
I'll bet that any tool that converts documents to HTML doesn't put <hx> ... </hx> tags around things that realy ought to be headings.
Most of the tools produce massive code bloat with either many font, bold, etc tags, or replace all of those with inline styles which are also code bloat.