How come I can't get text in a table cell to "align: right;" in Win I.E.
It keeps aligning left...?
try:text-align: right;
if you want the table itself to align right, try float:right. or margin-right: auto.