Internet Assistant: Nextid Setting Changes to 1 on File ReopenLast reviewed: February 5, 1998Article ID: Q129496 |
The information in this article applies to:
SYMPTOMSThe <NEXTID> setting changes to "1" (without the quotation marks) after you reopen your HTML document.
CAUSEYou typed a value containing alphabetic characters or the number 0 (zero) for the <NEXTID> element. (To locate this option, choose HTML Document Info from the File menu, and then choose the Advanced button.)
STATUSMicrosoft has confirmed this to be a problem in Microsoft Internet Assistant for Word, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
RESOLUTIONEdit the HTML document as text only, add the <NEXTID> element within the <HEAD>...</HEAD>, so that it looks something like this:
<HEAD> <NEXTID N="z123" </HEAD> MORE INFORMATIONThe <NEXTID> element designates a unique identifier for your document that is generally used by automated HTML editors. This tag takes the form "z123" (without the quotation marks). It is placed inside the <HEAD> element.
|
KBCategory: kbusage buglist1.0
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |