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

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.

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

Keywords : kbwdinternet kbformat
Version : WINDOWS:2.0z,7.0; winnt:6.0
Platform : WINDOWS winnt
Issue type :


Last Reviewed: January 3, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.