multiple tables layout problem (with align=left)

User Help for Mozilla Thunderbird
Post Reply
mfchen
Posts: 1
Joined: November 11th, 2018, 10:32 pm

multiple tables layout problem (with align=left)

Post by mfchen »

Dear All:
I found this issue in thunderbird. And found the firefox has the same issue.
When multiple tables with align=left in a DIV, the layout will not wrap the tables.
The result of the following sample on firefox differs from chrome and IE.
Please check if this issue is a bug or not. Thanks.

Sincerely yours,

<table width="60%" bgcolor="red">
<tbody>
<tr>
<td> RED TABLE
<div>
<table width="90%" bgcolor="blue" align="left">
<tbody>
<tr>
<td>BLUE</td>
</tr>
</tbody>
</table>
<table width="90%" bgcolor="green" align="left">
<tbody>
<tr>
<td>GREEN</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
User avatar
DanRaisch
Moderator
Posts: 127187
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: multiple tables layout problem (with align=left)

Post by DanRaisch »

Moving to Thunderbird Support.
morat
Posts: 6404
Joined: February 3rd, 2009, 6:29 pm

Re: multiple tables layout problem (with align=left)

Post by morat »

The align attribute has been deprecated.

http://developer.mozilla.org/docs/Web/H ... Attributes
Post Reply