WD2000: Invalid Page Fault Opening HTML File

ID: Q228600


The information in this article applies to:


SYMPTOMS

When you open a document that is saved in the Hypertext Markup Language (HTML) format, the following error message may appear:

This program has performed an illegal operation and will be shut down. If the problem persists, contact the program vendor.
If you click Details, the following error message appears:
WINWORD caused an invalid page fault in WINWORD.EXE at 015f:301cdld3.


CAUSE

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>


WORKAROUND

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>


STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Additional query words: OFF2000 vba


Keywords          : kbdta wd2000 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: June 15, 1999