Capital Letters In Css Templates?
Capital Letters In Css Templates?
I have downloaded somefree templates and sent them to my web space, but the headings are showing up with lower case lettering. Example welcome, not welcome. There is a change I can make in the code or style sheet. New to css, so steep learning curve
Re: Capital Letters In Css Templates?
Maybe the following can help during a change to your stylesheet:
http://www.w3schools.com/css/tryit.asp?filename=trycss_text-transform
It shows examples:
- of all characters in capitals;
- all characters lower case;
- all first characters of a words as capital.
http://www.w3schools.com/css/tryit.asp?filename=trycss_text-transform
It shows examples:
- of all characters in capitals;
- all characters lower case;
- all first characters of a words as capital.
Re: Capital Letters In Css Templates?
Please post a link to your webspace so I can see what it looks like.