Change text from uppercase to lowercase
Hi,
I sometimes get ads that have been typed all in uppercase, how would I get these to be changed to lowercase automatically? I know I can use CSS using 'text-transform: uppercase;' to do this but where would I put this?
Thanks.