html_code_clinic thread: Symbols: Explorer vs. Netscape
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
|





