You're updating your company email signatures and need to change the letters to capital letters:
- You add text-transform: uppercase; in your HTML source.
<font color="#000000" face="Arial, Helvetica, Geneva, Sans-Serif" style="FONT-SIZE: 10pt;text-transform: uppercase;">((DisplayName))</font>
Example:
- The 'John Doe' is show as 'JOHN DOE' in his email signature.