View Full Version : how to make all the text in caps on a website


varsityballerbb
06-20-2005, 09:37 AM
hey guys. i have a myspace page and i wanted to know how to make all my font capitalized. the title, the comments, the profile, the links, all of the words i want capitalized, not lower case. is there a code for this?

pb&j
06-20-2005, 04:41 PM
if you are able to use css coding, you can try this...

body{text-transform: uppercase;}