You OWN Hosting Resellers Business - HERE -
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.

No Comments »