Thread: Caps lock day
View Single Post
juise-'s Avatar
Posts: 186 | Thanked: 192 times | Joined on Jan 2010 @ Finland
#12
For this kind of work, CSS is the most painless way:

Code:
* { text-transform: inherit; }
body { text-transform: uppercase; }
(It's also very cool, since it contains NO uppercase characters AT ALL)

Now all we need is someone with server admin access on t.m.o to add that snippet to the forum CSS file next year.
__________________
Trout have underwater weapons.

Last edited by juise-; 2010-10-28 at 20:49.