how to make capital letters with CSS style capitalise words
RegisterLogin
how to make capital letters with CSS style capitalise words
Post Description: how to make capital letters with CSS style capitalise words
Tags: how, to, make, capital, letters, with, CSS, style, capitalise, words
This Post Was Posted On Feb 29, 2008 By web hosting #1313
Post Description: how to make capital letters with CSS style capitalise words
Tags: how, to, make, capital, letters, with, CSS, style, capitalise, words
This Post Was Posted On Feb 29, 2008 By web hosting #1313
how to make capital letters with CSS style capitalise words by web hosting
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;
}
COLOR: #000099;
TEXT-DECORATION: none;
text-transform: capitalize;
}
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Tue Dec 20, 2011 9:22 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3