WD2000: Invalid Page Fault Opening HTML FileID: Q228600
|
When you open a document that is saved in the Hypertext Markup Language (HTML) format, the following error message may appear:
If you click Details, the following error message appears:This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.
WINWORD caused an invalid page fault in WINWORD.EXE at 015f:301cdld3.
This behavior occurs when you open an HTML document that contains a table where width is specified in the <TR> tag and not the <TD> tag.
For example,
<table><tr style="width: 300px"><td>Table Text</td></tr></table>
To work around this behavior, specify width in the <TD> tag instead of the <TR> tag.
For example,
<table><tr><td style="width: 300px">Table Text</td></tr></table>
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
Additional query words: OFF2000 vba
Keywords : kbdta wd2000
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 15, 1999