Forum Moderators: not2easy
One column needs to be text-aligned right.
Im wondering if there is a more elegant solution than adding a class to each td in that col.
Ive tried
tr+td+td+td {
text-align;right;
}
but obviously browser support doesnt cut it.
What id reall ylike is something that does:
td:third-child {
text-align:right;
}
and is cross browser. :(
:(
Any thoughts?
Cheers
Ben