When used with the correct DOCTYPE you can languages, using the xml:lang and lang attributes , with two-letter codes, like so: <!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" xml:lang="fr" lang="fr"> The above would be for an entire document. You can also apply these lang attributes to other [x]]html tags, if just certain sections of a webpage will be in that language. .. Further information on the w3c spec pages: http://www.w3.org/TR/html4/struct/dirlang.html http://www.w3.org/International/questions/qa-lang-why http://www.w3.org/TR/html401/struct/dirlang.html HTH, Adrian Zachary Uram wrote: >I am able to copy/paste Korean, Japanese, Chinese & Greek from a translation >site I use into Wordpad and save it as .html but when I bring up the webpage it >shows only "? ? ? ? ? ? ? ? ?" or "[] [] [] [] [] [] [] []" instead of >the correct text. >Is there a way I can have these language show up in my webpages no >matter what browser/OS someone is using? I don't know if CSS has any >language features. > >Regards, >Zach >______________________________________________________________________ >css-discuss [EMAIL-REMOVED]] >http://www.css-discuss.org/mailman/listinfo/css-d >List wiki/FAQ -- http://css-discuss.incutio.com/ >Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > ______________________________________________________________________ css-discuss [EMAIL-REMOVED]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/