Author: genio2003
Description:
When I use in a table align="right" doesn't display on the right side...
{| align="right" border="1"
| Col 1, row 1 | |
| rowspan="2" | Col 2, row 1 (and 2) |
| Col 3, row 1 | |
| - | |
| Col 1, row 2 | |
| Col 3, row 2 | |
| } | |
with style="float:right;" it works, but before running versions align="right" works, too.
{| style="float:right;" border="1"
| Col 1, row 1 | |
| rowspan="2" | Col 2, row 1 (and 2) |
| Col 3, row 1 | |
| - | |
| Col 1, row 2 | |
| Col 3, row 2 | |
| } | |
Version: 1.19.0
Severity: minor