I have the following html
<div style="width:700px">
<table>
<tr>
<td align="right">
some text here
</td>
</tr>
</table>
</div>
I would like the text to be aligned to the right, however it remains aligned to the left. Why?
jsfiddle: http://jsfiddle.net/kralco626/WBejT/1/