Bullets Added to Items Using Unordered List,UL Style |
Q131209
When 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.
Internet 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.
Method 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.
An 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>.
Additional query words: winword iaword internet 2.0 assistant <ul> unordered list item <li> blockquote block quote indent ia word6 indented indentation indenting bullet bullets
Keywords : kbwdinternet kbformat
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |