This is a migrated thread and some comments may be shown as answers.

Table alignment issue

1 Answer 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Lakshman
Top achievements
Rank 1
Lakshman asked on 19 Feb 2009, 12:25 AM

Before (this is to align the table itself, NOT the text inside)

<table align=right>
    <tr>
        <td>asdf
       </td>
    </tr>
</table>

After editing with 2008.3 1125, it aligns the text inside right and the table itself is not aligned to the right.

<table style="text-align: right">
    <tbody>
        <tr>
            <td>asdf</td>
        </tr>
    </tbody>
</table>

Is this issue fixed in mid January release (2008.3 1314) ?

I see this item in the Release History of 2008.3 1314:

  • Fixed a problem with the align attribute of tables.

Please let me know.

Thanks, Lakshman

1 Answer, 1 is accepted

Sort by
0
Lakshman
Top achievements
Rank 1
answered on 19 Feb 2009, 02:01 AM
Nevermind. I downloaded your latest service pack and tested it. It has been fixed!

Thanks, Lakshman
Tags
Editor
Asked by
Lakshman
Top achievements
Rank 1
Answers by
Lakshman
Top achievements
Rank 1
Share this question
or