Ascalonian
Programmer
Say I have a <TD> element defined as:
In leftAlign, I have it align the text to the left. The opposite in the right.
When I do this, the text is always left aligned. I would think rightAlign would overwrite this.
Am I understanding this wrong?
PS... The only way to make it right aligned is to put "! important" into the class directly.
Code:
<td class="leftAlign rightAlign" id="testTD">
Align Me!
</td>
In leftAlign, I have it align the text to the left. The opposite in the right.
When I do this, the text is always left aligned. I would think rightAlign would overwrite this.
Am I understanding this wrong?
PS... The only way to make it right aligned is to put "! important" into the class directly.