CSS: Target the First Letter of Every Word

You can use this to capitalize the first letter of each word:

.selector { text-transform: capitalize; }

Or is that not what you are looking for?