Quote:
Today at 08:03 AM NanoEntity said this in Post #14
there is better way to do it, using CSS, simple, effective
|
Yes, as a matter of fact this is what I've been using on my personal site for ages, but I neveer thought of using it for thread titles
Code:
text-transform: none
Defines normal text, with lower case letters and capital letters
text-transform: capitalize
capitalize Each word in a text starts with a capital letter
text-transform: uppercase
Defines only capital letters
text-transform: lowercase
Defines no capital letters, only lower case letters