Internet Assistant: Bookmarks in Tables Convert Incorrectly

Last reviewed: February 5, 1998
Article ID: Q130211
The information in this article applies to:
  • Microsoft Internet Assistant for Word, versions 1.0, 1.0z
  • Microsoft Word for Windows, versions 6.0a, 6.0c

SYMPTOMS

Bookmarks in tables may convert incorrectly.

  • If each cell in a table row contains a bookmark, all of the bookmarks (anchors) will nest around the text from the first cell when converted to HTML. The text from the first cell will be surrounded by three bookmarks. For example:

        <PRE WIDTH=132>
    
        <A NAME="a"><A NAME="b"><A NAME="c">one</A></A></A>    two     three
        </PRE>
    
       By contrast, if you bookmark only the text within each cell, the
       bookmarks are converted correctly.
    
    
- If a single row of your table is bookmarked, the resulting bookmark will
  appear before the contents from the first cell of that row. For example:

    <PRE WIDTH=132>
    <A NAME="row"></A>one                two                three
    </PRE>

- When the whole table is bookmarked, the bookmark will surround the
  contents from the first cell. For example:

    <PRE WIDTH=132>
    <A NAME="row">one</A>                two                three
    </PRE>

- When a column has been bookmarked, the bookmark will surround the
  contents from the first cell in the first row. If multiple columns were
  bookmarked, the contents from the first cell will be nested inside
  multiple anchor tags.

    <PRE WIDTH=132>
    <A NAME="first"><A NAME "second">one</A></A>                two
    </PRE>

STATUS

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.

RESOLUTION

To preserve your bookmarks after converting to HTML, bookmark the specific text within the table instead of bookmarking entire cells, columns, rows, or the table.


KBCategory: kbusage buglist1.0 buglist1.0z
KBSubcategory: kbtable
Additional query words: 6.0a 6.0c winword 1.0 1.0z iaword internet
assistant bookmarks bookmark cell table row anchor nested nesting
ia word6
Keywords : kbtable kbwdinternet
Version : 1.0 1.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.