Quote:
Originally Posted by charleski
Saving them as filtered html should be fine, but you'll need to make a few changes afterwards. Open the files in Notepad++ and check the head at the top of the file. If you have
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
there, then Word saved it in ANSI coding. Go to the Format menu and select 'Convert to UTF-8' and change 'windows-1252' to 'utf-8' . You'll also probably want to delete all the unneeded @font-face definitions Word will have inserted at the top.
|
That's exactly the problem i faced. I save the files as filtered html but can't be imported in ecub. Thx for the solution. But are there any ways to tidy up the html files 'cause they are too messy, too much unwant information