TR align = center / TD No align
*It is incorrectly picking center alignment from the TR tag
TR align = right / TD align = center
*It is ignoring the TD and TR alignments (which is goog)
TR align = right / TD no align
*It is incorrectly picking right alignment from the TR tag
TR align = left / TD no align
*It is incorrectly picking left alignment from the TR tag
TR align = left / TD no align