Link to home
Start Free TrialLog in
Avatar of linque
linque

asked on

sm ? similar to tm or c (copyright) symbol

how can I incorporate sm in a raised manner similar to a trademark or copyright symbol?  I'm using dreamweaver 2004mx, but don't see any special charachters for that.  Could someone help me with this or indicate how I can create a class in css properly for this?  thank you!!

Avatar of urmood
urmood

Hi linque,

I don't think dreamweaver has an SM symbol. This CSS will do exactly what you want though:

<HTML>
 <HEAD>
  <TITLE>SM</TITLE>
 </HEAD>
 <BODY>
     <p style="font-size: 16px; font-weight: bold;">
          Logo<span style="vertical-align: top; font-size: 10px; font-weight:normal;">SM</span>
     </p>
 </BODY>
</HTML>

Hope this helps :o)
or just use <sup>sm</sub> and listen to everyone yell at you.
ASKER CERTIFIED SOLUTION
Avatar of superm401
superm401

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of linque

ASKER

thanks
Actually, just realized.  Better solution is to use the unicode service mark symbol.  It's symbol 8480 so to put it in HTML, use &#8480;

In context, it would be Microsoft has just created PointlessNewOperatingSystem&#8480; despite widespread protest.  

It doesn't work in IE, but hey, what does?