You are here: irt.org | FAQ | JavaScript | Bugs | Q1266 [ previous next ]
Affects:
4.x
Weird bug when using align in nested tables. Remove the align in the outer table...
<table align="left">
<tr>
<td>
<table>
<tr>
<td>Try and select this!</TD>
</tr>
</table>
</td>
</tr>
</table>