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