Thread
:
is there a way to make a text file that is all caps into lowercase
View Single Post
02-25-2007, 07:50 PM
MetaMan
I AM WEB 2.0
Industry Role:
Join Date: Jan 2003
Posts: 28,682
<style type="text/css">
<!--
.unnamed1 {
text-transform: lowercase;
}
-->
</style>
</head>
<body class="unnamed1">
text
</body>
</html>
MetaMan
View Public Profile
Find More Posts by MetaMan