I have a html table cell with the following data:
<td>0/12 0%</td>
which shows like this:
http://img202.imageshack.us/img202/6008/captureuhe.jpg
what I want to do is move the % number (with the sign) to the most left side of the cell.
i.e: http://img441.imageshack.us/img441/1259/capture2ee.jpg
(don't mind the numbers)
How can I achive this? BTW, the entire table is with css direction: rtl.