Hi zlboy,
Through your issue, I guess that may be caused by your word document which contains any extra carriage return symbols. You can clean up the extra carriage return symbols in the word document. And then re-save it as a web page (Mht).
Also you can use Notepad to open the generated .Mht
file, add style = "overflow-y: hidden;" attribute to the
Body Tag. Following is a sample:
The original code of body as follows:
<body lang=3DZH-CN link=3Dblue vlink=3Dpurple style=3D'tab-interval:36.0pt'>
Changed to
<body lang=3DZH-CN link=3Dblue vlink=3Dpurple style=3D'overflow-y:hidden;tab-interval:36.0pt'>
Thanks,
Lhan