Tue Nov 08, 2011 11:52 pm
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Change letters to upper case by default</title>
<style type="text/css">
*.ToUpCase {
padding-top: 0;
margin-top: 0;
text-transform: uppercase;
}
</style>
</head>
<body>
<center>
<div class="ToUpCase" >
Any thing you write here is transformed by default to uppercase ... !!!
</div>
</center>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.