scott wrote on 29 jan 2007 in microsoft.public.inetserver.asp.general:
Is there a way to make the underscore Character display in a browser?
I've tried several different fonts but the "_" character will not
display.
Wrong NG, not a serverside issue.
ASP has no knowledge of displaying or browsers.
==============================================
Usually the underscore character will display fine ...
Unless the text is underscored as a whole <u>.....</u>
or the anchor is set to be underscored,
where you can try css:
a {text-decoration:none;}
Please follow up on a browser specific NG.