Subject:
|
Re: Best way to write the registered trademark symbol in HTML?
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Sun, 10 Jan 1999 00:59:11 GMT
|
Viewed:
|
710 times
|
| |
| |
Lee Jorgensen <ljorgensen@uswest.net> writes:
> Todd ... can't you specify the font you want used in your HTML pages?
Sort of... An HTML document can, using the FACE attribute of the <FONT> tag,
give a list of suggested fonts with which to render a section of text, but
there's no guarantee that the font you want exists on the user's system, or
that the HTML renderer supports either the FACE attribute or the <FONT> tag in
the first place.
But even when a specific font is successfully selected, every font I've seen on
Macs and Windows systems displays the (R) symbol as big as a capital O, so
switching fonts wouldn't help.
It may be possible to use...
<SUP><SUP>TM</SUP></SUP>
or
<SUP><SMALL>TM</SMALL></SUP>
...in place of...
™
...maybe I'll give that a try sometime...but it'll probably cause even worse
problems on text-only displays because people on text-only displays know that
™ is the TM symbol, whereas <SUP> and <SMALL> would just be ignored, so (I
think) you'd see something like
LEGO MINDSTORMSTM
with no intervening space characters. :-(
> Your little demo didn't work at all on my system, but then again it might
> be my system. Netscape 4.5
Which demo?
--Todd
|
|
Message has 1 Reply:
Message is in Reply To:
16 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|