To tranform text to upper case use this BBcode.
Example Usage:
Code: Select all
[Ucase]{TEXT}[/Ucase]
Code: Select all
<div style="text-transform: uppercase";>{TEXT}</div>
Code: Select all
[Ucase]TEXT[/Ucase]
this Sentence will be Changed on the Next line.
To tranform text to lower case use this BBcode.
Example Usage:
Code: Select all
[Lcase]{TEXT}[/Lcase]
Code: Select all
<div style="text-transform: lowercase";>{TEXT}</div>
Code: Select all
[Lcase]TEXT[/lowerc][/Lcase]
THIS SENTENCE will be ChanGed on the Next LINE.