Bullets Added to Items Using Unordered List,UL StyleLast reviewed: February 5, 1998Article ID: Q131209 |
The information in this article applies to:
SYMPTOMSWhen you convert or create the following type of markup in Internet Assistant <UL> one <BR> two <P> three </UL> the <LI> element will be added to each list item so that your results will include a bullet, like this: * one two* three where "*" is a bullet character.
CAUSEInternet Assistant is mapping the list items to the List Bullet,UL style. As a result <LI> tags are added to each item. This behavior is by design.
WORKAROUNDSMethod 1: Use the Blockquote style instead of the Unordered List,UL style. Although the Blockquote element is used to indicate a quotation, it will render the list items as indented, without the use of bullets or other symbols.Method 2: You can open the HTML document as text only and remove the <LI> tags in the HTML markup, saving the file as a text file. MORE INFORMATIONAn unordered list is typically a list of items that is marked by bullets or another symbol. The list item element is generally used within the unordered list element. Although many browsers support the use of the unordered list without the inclusion of the list item element, this is considered invalid HTML. Unlike browsers, Internet Assistant maps the HTML elements to styles. Thus, when IA encounters the <UL>...</UL> element, it adds <LI> elements to the items within the <UL>...</UL> except where it encounters a <BR>.
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |