Nested List Incorrectly Numbered in Internet Assistant

Last reviewed: February 5, 1998
Article ID: Q147331
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, the second ordered list begins numbering where the first ordered list ended.

   <ul>
   <li> item bullet 1
   <ol>
   <li> item number 1
   <li> item number 2
   </ol>
   <li>item bullet 2, after the ol
   <ol>
   <li>item number 1 in next ol
   </ol>
   </ul>

Your results look like this:

   - item bullet 1
     1.1 item number 1
     1.2 item number 2
   - item bullet 2, after the ol
     1.3 item number 1 in next ol

Your browser will display the HTML markup correctly:

   - item bullet 1
     1. item number 1
     2. item number 2
   - item bullet 2, after the ol
     1. item number 1 in next 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

There is no workaround currently available.


KBCategory: kbusage
KBSubcategory: kbformat
Additional query words: 6.0 7.0 2.0z ntword wordnt winword iaword
word95
word7 ordered list unordered list number numbered numbering continues
continued continuing continuation sequential increment incrementing
increments incorrect incorrectly wrong

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.