Go Back   Technology Forums > Computer Forums > HTML and CSS

Share your knowledge and questions, related to HTML and CSS in this forum.


CSS - text-transform


Reply
 
LinkBack Thread Tools Search this Thread
  #1 (permalink)  
Old 02-15-2007, 11:18 PM
Administrator
 
Join Date: Dec 2006
Posts: 304
shri has disabled reputation
Default CSS - text-transform

The text-transform property allows webmasters to, well transform the appearance of the text.

Example:

Code:
<html>
<head><title>CSS - Text-Transform</title>
<style>
.allcaps {text-transform: uppercase}
.lower {text-transform: lowercase}
.wordcap {text-transform: capitalize}
</style>
</head>
<body>
<p class="allcaps">The quick brown fox...</p>
<p class="lower">The quick brown fox...</p>
<p class="wordcap">The quick brown fox...</p>
<p>The quick brown fox...</p>
</body>
</html>
The result is on http://www.devlib.org/samples/text-transform.html

Best used to put emphasis (or to make the text ugly .. depending on how you look at it ..) on certain bits and pieces of text, like H1 tags etc.
Reply With Quote
Reply





Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
SLES10 - text based YaST JFritz Linux Forum 0 11-28-2007 10:56 AM
CSS - Anchor Text Style shri HTML and CSS 1 02-23-2007 09:34 PM



Advanced Search

All times are GMT -6. The time now is 07:29 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.