Internet Assistant: Form Field In Ordered List Numbered Wrong |
Q129608
Your ordered list numbers incorrectly after you insert a form field.
For example, before you insert the form field, your ordered list
looks like this:
1. first item
2. second item
=========top of form========
1. third item <form field>
========bottom of form======
1. fourth item
2. fifth item
If you insert the form field using the Forms toolbar, your list displays
correctly until you convert and close the document. (Using this method does
not display the top-of-form and bottom-of-form section breaks.) After
conversion, when you reopen the document, it will look like this:
1. first item
2. second item
3. third item
<form field>
1. fourth item
2. fifth item
In either case, the form will display incorrectly in your Internet browser.
Microsoft has confirmed this to be a problem in Microsoft Internet Assistant for Word, versions 1.0 and 1.0z. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
To correct your form, open your form as text only and edit the HTML markup. Include the list items inside the <FORM>..</FORM> tags, so that it looks something like this:
<form>
<ol>
<li>first item
<li>second item
<li>third item <input name="text1" value="">
<li>fourth item
<li>fifth item
</ol>
</form>
Additional query words: iaword winword internet 2.0 assistant forms ordered list item text box form field input checkbox ia word6
Keywords : kbwdinternet kbform
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |