I\'m trying to figure out how to move a cell to the left on HTML table. I want to use less cells in the last row and it\'s on the right by default.
I have this table for
The td should span two columns by using the attribute colspan="2", and align the text to the right:
td
colspan="2"
.alignRight { text-align: right; }
one two three one two three this right
Another, html only, option is to use colspan="2" on the "this" cell: