Reputation: 41
My emlpoyer has given me a heavily formatted table in an MS Word file with all kinds of colors, shapes and tons of content that I have to plug into a webpage.
I tried saving the Word file as HTML and then copying the code, but it is too bulky. Word to HTML tools didn't work neither. Any ideas what I can do?
Upvotes: 3
Views: 7076
Reputation: 570
This tool cleans up extra junk from Word generated html files, I've been using it for a while.
http://www.wordhtmlcleaner.co.uk/
Then you can use this tool to reformat you code so you can find the table your looking for easier:
Hope this helps!
Edit:
Try This tool. With these options:
Doctype : auto
Drop empty paras
Logical emphasis
Output XHTML
Word 2000
That appears to keep the color and styling while cleaning it up.
Upvotes: 4