Adding the Trademark symbol to text

C

ChrisJ

Actually I'm trying to add the sm (servicemark) instead of the tm (trademark)
to a name in text on my web site. How is this accomplished? Thanks.
 
M

Murray

As far as I know, there is not a SM entity. You would have to either use a
graphic, or something like -

<sup>SM</sup>
 
M

Murray

I don't see it on my Visibone chart, Rob....

--
Murray

"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message Is this it"

# U+2120 SERVICE MARK
entity.8480=^(SM)

dunno...never used it thought I'd pass it on.


| As far as I know, there is not a SM entity. You would have to either use
a
| graphic, or something like -
|
| <sup>SM</sup>
|
| --
| Murray
|
| | > Actually I'm trying to add the sm (servicemark) instead of the tm
| > (trademark)
| > to a name in text on my web site. How is this accomplished? Thanks.
|
|
 
C

ChrisJ

Thanks for the info. How do I use this: # U+2120 SERVICE MARK
entity.8480=^(SM) Do i put it into the code? If so, where? I'm not a coder.
Thanks.
 
A

Andrew Murray

Insert Symbol ?

or just "sm" with font set to superscript and 8pt or smaller?
 
C

ChrisJ

Thanks for your reply. I added SM to my web site and superscripted it. It
looks like a Servicemark symbol, except it is still a liitle big at 8pt. You
said "8pt or smaller". How do I make the font smaller than 8pt? That seems to
be the smallest choice with FP03. Thanks. I look forward to your reply.
 
M

Murray

Add it to the code view wherever you want the SM character to appear, e.g.,

Change this -

<p>Please buy our wonderful Pocket Sawmill<span style="position: relative;
top: -1ex; font-size: 70%">SM</span>!</p>
 
M

Murray

Oops - remove "Change this -"

--
Murray

Murray said:
Add it to the code view wherever you want the SM character to appear,
e.g.,

Change this -

<p>Please buy our wonderful Pocket Sawmill<span style="position: relative;
top: -1ex; font-size: 70%">SM</span>!</p>
 
M

Murray

Right.

--
Murray

"Rob Giordano (aka: Crash Gordon®)" <[email protected]>
wrote in message Its funny, it doesn't work in Design View but does in Preview and Preview in
Browser.


| Sure it works. Show me your attempt - here's mine.
|
| --
| Murray
|
| | > Thanks for your assistance, however the code didn't work.
| >
| > "Murray" wrote:
| >
| >> Oops - remove "Change this -"
| >>
| >> --
| >> Murray
| >>
| >> | >> > Add it to the code view wherever you want the SM character to appear,
| >> > e.g.,
| >> >
| >> > Change this -
| >> >
| >> > <p>Please buy our wonderful Pocket Sawmill<span style="position:
| >> > relative;
| >> > top: -1ex; font-size: 70%">SM</span>!</p>
| >> >
| >> > --
| >> > Murray
| >> >
| >> > | >> >> Where would I add that code?
| >> >>
| >> >> "Murray" wrote:
| >> >>
| >> >>> <span style="position: relative; top: -1ex; font-size:
70%">SM</span>
| >> >>>
| >> >>> --
| >> >>> Murray
| >> >>>
| >> >>> | >> >>> > Thanks for your reply. I added SM to my web site and
superscripted
| >> >>> > it.
| >> >>> > It
| >> >>> > looks like a Servicemark symbol, except it is still a liitle big
at
| >> >>> > 8pt.
| >> >>> > You
| >> >>> > said "8pt or smaller". How do I make the font smaller than 8pt?
| >> >>> > That
| >> >>> > seems
| >> >>> > to
| >> >>> > be the smallest choice with FP03. Thanks. I look forward to your
| >> >>> > reply.
| >> >>> >
| >> >>> > "Andrew Murray" wrote:
| >> >>> >
| >> >>> >> Insert Symbol ?
| >> >>> >>
| >> >>> >> or just "sm" with font set to superscript and 8pt or smaller?
| >> >>> >>
| >> >>> >>
| >> >>> >> | >> >>> >> > Actually I'm trying to add the sm (servicemark) instead of the
| >> >>> >> > tm
| >> >>> >> > (trademark)
| >> >>> >> > to a name in text on my web site. How is this accomplished?
| >> >>> >> > Thanks.
| >> >>> >>
| >> >>> >>
| >> >>> >>
| >> >>>
| >> >>>
| >> >>>
| >> >
| >> >
| >>
| >>
| >>
|
|
|
 
Top