How to apply text-align left in the first column and text-align right in the others

Viewed 53052

I have a Table to style, how can I apply text-align:left; just for the first column and text-align:right; for the other columns?

Here my Table example:

http://jsfiddle.net/gianlucaguarini/hAv7P/

At the moment the text-align is left for all the columns.

3 Answers
Related