Quote:
Originally Posted by cheat-master30
Lower Case Text
This turns all text within tags to lower case.
Tag:
lowercase
Replacement:
Code:
<span class="lower">{param}</span>
Put this in your CSS stylesheets:
Code:
.lower {text-transform: lowercase; }
Example:
Code:
[lowercase]THIS IS TEXT![/lowercase]
|
I'm getting nothing with this. Any idea why ?
I'm trying to use this as a moderation tool for those shouting anoying guys that time to time got into our boards. This would make easier to edit shouting posts and put it everything to lower case.