# Targetting Multiple Classes

**URL:** https://forum.kirupa.com/t/targetting-multiple-classes/196064
**Category:** web dev
**Created:** [August 5, 2006, 2:46am UTC](https://forum.kirupa.com/t/targetting-multiple-classes/196064 "2006-08-05T02:46:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nobody](https://avatars.discourse-cdn.com/v4/letter/n/94ad74/32.png) [@nobody](https://forum.kirupa.com/u/nobody)
#### Post date: [August 5, 2006, 2:46am UTC](https://forum.kirupa.com/t/targetting-multiple-classes/196064/1 "2006-08-05T02:46:47Z")

</div>

So I have this code:

```auto
<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?
