So I have this code:
<tr id="Discussion_10" class="Discussion Odd Unread NewComments Category_1">
And I need to define the CSS for Odd and NewComments, the other bits don’t really matter. I’ve never done anything with a class like that. How on earth do I format the CSS to target that?
.NewComments .Odd doesn’t work, nor does .NewComments.Odd
I really have no idea.
Help?