473,385 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Show right arrow character in Mozilla and Opera?

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.

Here's excerpt that generates the right arrow in IE.

<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>
Anyone know how to get that character in Moz? Is there some way to
specify a Unicode character number perhaps?
Jul 20 '05 #1
5 8017
Els
Randall Parker wrote:
I am trying to take some very MS-specific HMTL
Why?
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.

Here's excerpt that generates the right arrow in IE.

<span
style='font-size:small;font-family:Symbol;mso-ascii-fon
t-family:"Verdana";
mso-hansi-font-family:"Verdana";mso-char-type:symbol;ms
o-symbol-font-family: Symbol'><span
style='mso-char-type:symbol;mso-symbol-font-family:Symb
ol'>®</span></span>
Shows the R in a circle in my Win IE6.0.
Anyone know how to get that character in Moz? Is there some
way to specify a Unicode character number perhaps?


What arrow? What does it look like?

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 20 '05 #2
In article <d7**************************@posting.google.com >,
te**********@futurepundit.com (Randall Parker) wrote:
I am trying to take some very MS-specific HMTL
Always a bad idea when making documents for the Web.
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.

Here's excerpt that generates the right arrow in IE.

<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-fami
ly:
Symbol'><span
style='mso-char-type:symbol;mso-symbol-font-family:Symbol'>®</span></span
>

Making it pretend like an arrow does not make it an arrow.
Anyone know how to get that character in Moz? Is there some way to
specify a Unicode character number perhaps?


&rarr; or →
&rArr; or ⇒

--
Kris
<kr*******@xs4all.netherlands> (nl)
Jul 20 '05 #3
In our last episode,
<d7**************************@posting.google.com >,
the lovely and talented Randall Parker
broadcast on comp.infosystems.www.authoring.html:
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. Here's excerpt that generates the right arrow in IE. <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>
Anyone know how to get that character in Moz? Is there some way to
specify a Unicode character number perhaps?


Try &rarr;

--
Lars Eighner -finger for geek code- ei*****@io.com http://www.io.com/~eighner/
If it wasn't for muscle spasms, I wouldn't get any exercise at all.
Jul 20 '05 #4
"Randall Parker" <te**********@futurepundit.com> wrote in
comp.infosystems.www.authoring.html:
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.
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
<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>


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/
Jul 20 '05 #5
On 19 Jul 2004, Randall Parker wrote:
Here's excerpt that generates the right arrow in IE.

<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>


Amazing! Which program generates this b^H stuff?

<http://www.google.com/search?q=mso-hansi-font-family>
has over 40*000 hits. Mmm ...
To answer your question:
<http://www.unics.uni-hannover.de/nhtcapri/mathematics.html>
works even with Netscape 4.0 on Macintosh, MS Windows, Unix.

--
Top-posting.
What's the most irritating thing on Usenet?
Jul 20 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Jens Riedel | last post by:
Hi, I use a select box with a fix width (via stylesheet). So some of the entries are cut on the right side if they're too long. Is there a way to display them complete like a tool tip on a...
18
by: Michael Skind | last post by:
Hello, I use a simple Table : <TABLE> <TR 1> <TD></TD> </TR> <TR 2> <TD></TD> </TR>
3
by: Kai Grossjohann | last post by:
Consider this frame definition: <html> <frameset rows="50%,50%"> <frame frameborder="0" src="one.html"> <frame frameborder="0" src="two.html"> </frameset> </html> And the two frames both...
3
by: Pete Gray | last post by:
I have this in my style sheet: ..intro { font-size:1.2em; font-family:"Comic Sans MS", cursive; letter-spacing:0.1em; } p.intro:first-letter {
13
by: kaeli | last post by:
Can anyone explain this to me? It's driving me insane. Save this and run it in IE or Opera and then in Mozilla or Netscape 6+. In IE/Opera, I get the expected 4 alerts. In Mozilla/Netscape, I...
5
by: jen_designs | last post by:
Is there a way to return the character position on a page? Not the x and y coordinates, but the number of characters on a page. For instance i have a html page with the following text: This is my...
8
by: Harry Haller | last post by:
The right arrow in IE is displayed aligned to the bottom of the line. Is there any way I can display it aligned vertially in the middle? Example: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01...
3
by: php.ajay | last post by:
Hai In my website there is requirement to disable rightclick. I am providing the code and it is working in I.E ,Netscape and Mozilla.But not working in Opera browser. My code is <body...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.