"Randall Parker" <techiepundit@futurepundit.com> wrote in
comp.infosystems.
www.authoring.html:[color=blue]
>I am trying to take some very MS-specific HMTL and make it work in
>Mozilla and Opera. I see that there is a character that shows as a
>right arrow in IE that shows as an R in a circle in Moz and Opera.[/color]
It's character #174, which is the R-in-a-circle sign. As usual, MSIE
hacks and coughs its way through the standards. Character 174 in the
Microsoft Windows Symbol font is indeed a single-barred right-
pointing arrow, but that is COMPLETELY IRRELEVANT to HTML.
That said, most browsers (including, I think, MSIE) will give you
the desired character if you replace
[color=blue]
><span style='font-size:small;font-family:Symbol;mso-ascii-font-family:"Verdana";
> mso-hansi-font-family:"Verdana";mso-char-type:symbol;mso-symbol-font-family:
> Symbol'><span style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span>[/color]
with
→
(The semicolon is required.) Get rid of all that symbol-font-span
cr-p.
Alan Wood's terrific page
<http://www.hclrss.demon.co.uk/demos/wgl4.html> lists that and many
other character numbers.
--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec:
http://www.w3.org/TR/html401/
validator:
http://validator.w3.org/
CSS 2 spec:
http://www.w3.org/TR/REC-CSS2/
2.1 changes:
http://www.w3.org/TR/CSS21/changes.html
validator:
http://jigsaw.w3.org/css-validator/