Click to See Complete Forum and Search --> : [RESOLVED] all lower-case


rhsunderground
12-15-2007, 06:53 PM
is anyone aware of a script (or even better, css) that would designate all text to be lower-case? i can write all of my own content lower-case, obviously, but to be uniform across my blog i'd like to be able to manage user comments and a couple content-generating plugins as well.

thanks for whatever pops up.

Centauri
12-15-2007, 08:04 PM
css property text-transform. text-transform:lowercase will convert all text to lower case (obviously), while text-transform:capitalize will convert to lower case with capitals at the start of the line.

rhsunderground
12-15-2007, 08:09 PM
i was hoping for something like that. thanks much!