typing special character in ie 7 and above
-
Hello everyone, I have a problem regarding special character in internet explorer 7 and above. i typed ñ but the output is a black diamond(♦). But if i typed it in ie 6, i got it correctly. Confused any suggestion? thanks
jyn
-
Hello everyone, I have a problem regarding special character in internet explorer 7 and above. i typed ñ but the output is a black diamond(♦). But if i typed it in ie 6, i got it correctly. Confused any suggestion? thanks
jyn
"˜" will work as long as you define the correct doctype eg: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> and charset:
-
"˜" will work as long as you define the correct doctype eg: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> and charset:
-
is your browsers encoding set to utf-8? ("View > Encoding" in IE)
-
is your browsers encoding set to utf-8? ("View > Encoding" in IE)
-
hmm... dunno.. unless its the font you are using?
-
hmm... dunno.. unless its the font you are using?