WD2000: Identification Tags Are Not Associated with the Correct Cells in RTL Table (221281)
The information in this article applies to:
This article was previously published under Q221281 SYMPTOMS
In Microsoft Word 2000, when you insert a right-to-left direction table (using the RTL tag), and you then save the document as a Hypertext Markup Language (HTML) file, the identification tags are not associated with the correct cells.
For example, the following HTML
<html>
<body>
<TABLE DIR=RTL>
<TR>
<TD ID=A>A</TD>
<TD ID=B>B</TD>
<TD ID=C>C</TD>
</TR>
</TABLE>
</body>
</html>
becomes:
<html>
<body>
<TABLE DIR=LTR>
<TR>
<TD ID=A>C</TD>
<TD ID=B>B</TD>
<TD ID=C>A</TD>
</TR>
</TABLE>
</body>
</html>
CAUSE
This behavior occurs because Word does not preserve right-to-left directions in a table.
Right-to-left directions in a table are not round-tripped in Word.
STATUSMicrosoft has confirmed that this is a problem in Microsoft Word 2000. REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
231493 WD2000: Tabs Follow Paragraph/Line Direction Rather Than Text Direction When Saved As HTML
Modification Type: | Major | Last Reviewed: | 12/6/2000 |
---|
Keywords: | kbbug KB221281 |
---|
|