scriptygoddess

17 Apr, 2002

case matters

Posted by: kristine In: How to's

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!

Related posts:

  1. Adding alternate row styles to a table with JQuery JQuery's simplicity is so wonderful and powerful. Here's a perfect...

Related posts brought to you by Yet Another Related Posts Plugin.

6 Responses to "case matters"

1 | Amy

April 17th, 2002 at 11:25 pm

Avatar

this iS jUst what i nEed! LOL! Thanks for the tip, Kristine :)

2 | Row

April 20th, 2002 at 10:22 pm

Avatar

Or, there's also font-variant : small-caps for nice looking titles. :)

3 | Lynda

April 21st, 2002 at 8:59 am

Avatar

Testing Small Caps

testing capitalize

TesTinG uppercase

TesTinG LOWERCASE

Ohhh, neato! I especially like the one Row pointed out. Thanks all. :)

4 | kristine

April 21st, 2002 at 1:03 pm

Avatar

Thanks Row, I knew there was another one that I was forgetting in there!!! :)

5 | Row

April 21st, 2002 at 8:21 pm

Avatar

Hehehe, I wasn't game to test it out in the comments! I knew something would go bad.

Although I guess that's what preview is for. But I always feel wrong messing with html etc in comments.

I love small caps :)

6 | Sid

July 19th, 2003 at 7:05 pm

Avatar

I don't understand exactly how to use this.

Featured Sponsors


  • jerey: how do i rewrite this because it tried RewriteEngine on #Options +FollowSymlinks RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FIL
  • Jennifer: So I was testing this out to see if maybe something changed in the latest version - I had a test wordpress setup - and just dumped the mycomment funct
  • KDesign: Hi, thanks for the tutorial. I'm having problems though that I can't seem to find an answer to on the web. When I follow the example in the Codex h

About


Advertisements