June 07, 2006
CSS Uppercase / All Caps
Need to know how to make text all uppercase or in all caps with CSS? Add the following to your CSS stylesheet:div.uppercase { text-transform: uppercase; }
That will take all the letters and capitalize them.





