View Single Post
Old 12-13-2012, 05:51 PM   PM User | #1
chartwise
Regular Coder

 
Join Date: Apr 2008
Location: Manchester, England
Posts: 202
Thanks: 33
Thanked 2 Times in 2 Posts
chartwise is an unknown quantity at this point
Foreign Character problem in CSS

Whenever I copy & paste a foreign word containing a foreign character it always shows this character in lower case.

Like this: PLüSCH or HäBS
It even shows like this in Dreamweaver.

The code below is supposed to make all characters uppercase.

The code I have for this is:
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold; color: #B4325E;
text-align: left;
text-transform: uppercase;
height: 20px;
padding-left: 5px;
}

Could anyone please tell me how to set the style to make these characters uppercase also, like this:
PLÜSCH or HÄBS

All help much appreciated

Last edited by chartwise; 12-13-2012 at 06:03 PM..
chartwise is offline   Reply With Quote