On Myspace after applying different layouts, some layouts are designed so that even if you type exactly (for e.g.) "i like football", it will be displayed as "I Like Football" (automatically capitalising all first letters), or even some layouts show the text in entire capitals "I LIKE FOOTBALL".
Does anyone know what code it is that does this? And how to remove it/add it? Thanks.
2007-09-14
19:02:52
·
2 answers
·
asked by
michael
2
in
Computers & Internet
➔ Internet
➔ MySpace
**EDIT**: Thank you very much to Betwixt & Between for your respone to my question. I ended up discovering what the trick is:
There are several lines of coding you will find in a myspace design saying:
text-transform: capitalize;
If you change "capitalize" with "uppercase" or "lowercase", you can get other desired results.
Any savvy person wanting to know more can visit:
http://www.blooberry.com/indexdot/css/properties/text/texttrans.htm
2007-09-14
19:33:53 ·
update #1