IA: MENU Nested Inside OL, UL Doesn't Import, Export Correctly

Last reviewed: February 5, 1998
Article ID: Q145633
The information in this article applies to:
  • Microsoft Internet Assistant for Word, version 2.0z
  • Microsoft Word for Windows 95, version 7.0
  • Microsoft Word for Windows NT, version 6.0

SYMPTOMS

When you import the following HTML markup into Internet Assistant,

   <ol>
   <li><MENU>
   <LI>This is menu item 1.
   <LI>This is menu item 2.
   </MENU>
   </ol>

Your results look like this:

   - This is menu item 1.
   - This is menu item 2.

Your browser displays this code as:

   1.
      This is menu item 1.
      This is menu item 2.

When you save your document as HTML, Internet Assistant removes the OL element (or moves the OL element below the MENU element), so your HTML markup looks like this:

   <MENU>
   <LI>This is menu item 1.
   <LI>This is menu item 2.
   </MENU>

or like this:

   <MENU>
   <LI>This is menu item 1.
   <LI>This is menu item 2.
   </MENU>
   <OL>
   <LI>
   </OL>

STATUS

Microsoft has confirmed this to be a problem in Microsoft Internet Assistant for Word, version 2.0z. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

WORKAROUND

To work around this problem, use a text editor, such as Notepad, to create a nested menu list element inside an ordered list element.

NOTE: If you reopen the HTML document in Internet Assistant and then save it, your HTML markup will change.


KBCategory: kbusage
KBSubcategory: kbformat

Additional query words: 6.0 7.0 2.0z internet assistant ntword
wordnt
word95 word7 menu list listing ordered list move moved moves removed
removes deletes deleted deleting changes changed changing modified
modifies modifying altered alters altering nested nesting iaword
Keywords : kbformat kbwdinternet
Version : 2.0z
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 5, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.