Your OWN Webinars ONLINE - with NO Long Distance For Your Guests
Powered by MaxBlogPress  


Header Text Capitalization

You can automatically capitalize the text of your h1 - h6 tags in your code using the rule -
text-transform:capitalize;

How to Use This Rule

h1,  h2,  h3,  h4,  h5,  h6
{text-transform:capitalize;}

(X)HTML
<h1>the first heading on my web page</h1>

Using the “text-transform” declaration will automatically capitalize the first letter of each word in your <h1> tag.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • HealthRanker
  • Live
  • Slashdot
  • StumbleUpon
  • Technorati
  • TwitThis
  • YahooMyWeb
  • Propeller
  • BlinkList
  • Blue Dot
  • Fleck
  • LinkedIn
  • Yigg

No Comments »

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.