Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Symbols: Explorer vs. Netscape


Message #1 by "Curtis F. Barnett" <cfb@s...> on Wed, 18 Apr 2001 13:30:15 -0500
I have a page where the Greek lowercase "alpha" symbol needs to show...
In Explorer (4.x) either of the following lines returns the desired result:
   <FONT FACE='Times Roman' SIZE=4 COLOR='#ff0000'>α </FONT>
   or
   <FONT FACE='Times Roman' SIZE=4 COLOR='#ff0000'>α </FONT>
but in Netscape the first returns the literal 'α' and the second
returns a '?'
(the code is actually ASP Response.Write, thus the single quotes)

Any ideas?

Curtis


  Return to Index