Hi,
i have the old classic code like this
<td align="right">
which does what it says: it right aligns the content in the cell. So if i put 2 buttons in this cell, they will appear at the right site of the cell.
But then i was refactoring this to CSS, but there is no such thing as right align? i see text-align, is that the same?
Michel