Can Not Display Underscore Character
am 29.01.2007 01:09:29 von scottIs there a way to make the underscore Character display in a browser? I've
tried several different fonts but the "_" character will not display.
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.
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 .....
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.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
"scott"
news:O8b9rizQHHA.3440@TK2MSFTNGP03.phx.gbl...
> 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.
>
>
Never heard of anyone having that trouble before. Can you post an example?