Switch to full style
HTML code examples
Post a reply

Change letters to upper case by default

Tue Nov 08, 2011 11:52 pm

Change letters to upper case by default in div
Code:

  
<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-top0;
 
margin-top0;
 
text-transformuppercase;
}
</
style>

    </
head>
    <
body>
    <
center>
<
div class="ToUpCase" >
   
Any thing you write here is transformed by default to uppercase ... !!!
</
div>

    </
center>
     
  </
body>
</
html>
 




Post a reply
  Related Posts  to : Change letters to upper case by default
 Change String to Upper case     -  
 Convert To Upper Case in C++     -  
 Use the 'default' case     -  
 How to change the default order on forums from ascending to     -  
 Change the default underline style of link     -  
 A tool to change the default source control client     -  
 Set letters for quotation     -  
 Java escape letters     -  
 force letters to be lowercase text-transform     -  
 file exists in upper level folder link     -  

Topic Tags

CSS Font, HTML Div