How To Make Capital Letters With CSS Style Capitalise Words

Welcome Login | Register

How To Make Capital Letters With CSS Style Capitalise Words
  Forums Index
      » PHP Forums
        » » how to make capital letters with CSS style capitalise words



How To Make Capital Letters With CSS Style Capitalise Words
Post Description:
Post Tags: how, to, make, capital, letters, with, css, style, capitalise, words, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 1187 Times Since Mon Feb 25, 2008 8:34 am Posted By hostman with 1 replies
How To Make Capital Letters With CSS Style Capitalise Words

text-transform:



you can also capitalize words and letters with this in css.

text-transform: capitalize;

here's an example i use often

A.category_link:link, A.category_link:visited {
COLOR: #000099;
TEXT-DECORATION: none;
text-transform: capitalize;
}





Leave Your Comments






Share
HTML Link:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About How To Make Capital Letters With CSS Style Capitalise Words




:: 1 :: #53085 - Reply By Org On Thu May 08, 2008 8:51 am
thx man!..