Do you ever wish you were more consistant about how you titled your posts? Would you notice a difference between these – Case Matters, case matters, CASE MATTERS ??
Then here's a trick to try instead of going in and editing titles every time you were sloppy about naming!!
You'll want a class in your stylesheet for the title (and the same class surrounding the title in your template):
.subhead {text-transform: lowercase;}
The options in text-transform are capitalize (Case Matters), uppercase (CASE MATTERS), and lowercase (case matters)
Now, when you get an urge to go uppercase, just change the code!