I made a site for my fraternity and to use greek letters I use &Sigma &Phi &Epsilon and they show up as the letters in all browsers except for in IE they show up as the code. What do I need to do to fix it?
| SitePoint Sponsor |
I made a site for my fraternity and to use greek letters I use &Sigma &Phi &Epsilon and they show up as the letters in all browsers except for in IE they show up as the code. What do I need to do to fix it?
What type of encoding is being used? Link to said page?
Hello,
For spacial and foreign characters you should use Unicode for encoding.
Regards


Named entities are unreliable, since some browsers don't support all of them. It's safer to use numeric character references instead, if you can't use an encoding that lets you use the literal characters.
So instead of Σ use Σ,
instead of Φ use Φ and
instead of Ε use Ε.
Birnam wood is come to Dunsinane


Birnam wood is come to Dunsinane
Bookmarks