Forum Moderators: open
Thanks
Jerry
Kind of chilly in nyc today.
Not sure which version of Word it started in, but at least as of XP there is a save as "filtered web page" option which strips out most of the Word-specific code. Haven't used it as yet, but if you do would still run it through a clean up utility such as HTML Tidy.
If you're going to spec the pages with CSS anyway I'd probably just save as text and do it by hand, much more control and you know exactly what's what.
The are some plug-ins and filters that handle earlier Word versions but I think with the not huge amount of converting you have to do they might not be worth the hassle.
Jim
It will save you and your visitors so much time later.
Or, if it needs to be kept in a Word format, just upload it to the server as Word and make a link to it rather than try to display it in the browser.
However, before I copy/paste the article into my HTML editor, I use Word's "search and replace" to find all the paragraph breaks and replace them with <p>, and the same for replacing line breaks with <br>
In Word you can search on ^p for paragraph breaks and ^l for line breaks. It's a help.
I wish I knew macros well enough to automate other common tasks, like making e-mail addresses linkable and especially outputting linked footnotes. I may have an article from a scholarly journal to mark up that has thirty or forty notes, quite a pain to track down and crosslink when cut and paste turns them into ordinary numbers. Yet even here, my productivity is probably similar because longer articles mean more bizarre Office interpretations of of bullets and indents and capitalization in dozens of classes to strip out and make sense of-- DW's "clean Word HTML" can only take you so far.