Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Allowing users to type in Uppercase letters for the username


danbpfr
Participant

@chouf1

use css text-transform property

{text-transform:uppercase;} = all the word

{text-transform:capitalize;} = the first letter of a word

Skip to toolbar