RE: HTML Code for SM (Service Mark) Designation
by Chuck Evans <Chucke(at)captura.com>
|
| Date: |
Tue, 23 Jan 2001 09:00:52 -0800 |
| To: |
"'mcmahoe1(at)nationwide.com'" <mcmahoe1(at)nationwide.com>, hwg-techniques(at)hwg.org |
| |
todo: View
Thread,
Original
|
|
The old-fashioned way would be to put capital SM in between a <.sup> tag and
also within a <.font> tag (periods added in deference to HTML mail readers).
Like this:
<.sup><.font size="1">SM<./font><./sup>
The CSS way gives you more options. The way I do it is to define sup as a
CSS element as a smaller font size and then just use <.sup>SM<./sup> in the
text:
sup {font-size:9px;}
It will still position raised, and also smaller than normal font (which for
me is 13px). If your body text is serif, you could also define sup to be
sans-serif (or blue, for that matter) if that's what you want.
Chuck Evans
Captura, Inc.
(425) 803-6455
http://www.captura.com
-----Original Message-----
From: mcmahoe1(at)nationwide.com [mailto:mcmahoe1(at)nationwide.com]
Does anyone know of an HTML code similar to the one used for TM (trademark)
that is for SM, which stands for Service Mark? The Service Mark needs to be
displayed as a superscript just like a TM (trademark) designation is and
there is an ASCII code for TM, but I can't find one for SM. Any ideas?
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.