Hi,

I'm trying to position text within a TD tag

Code:
TD.mainPageText {
text-align: right;
position: relative; 
left: -20px
}
and...

Code:
<td class="mainPageText" width="210">chocolate from ...blah blah</td>
Odd thing is it works okay in IE, but only partially works in firefox (it still aligns right but won't move it to the left of the cell by 20 pixels. It's driving me nuts...any help appreciated.

Cheers,
Adam.