|
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..
|