Special character for SM?

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Special character for SM?

    Hi all,

    I need to insert the character "SM", similar to special character "TM". Is
    there a keystroke for this like TM? Would rather use htm text than graphic.

    Thanks.



    designer Guest

  2. Similar Questions and Discussions

    1. Special Character And Extra Spaces
      Hi All, This may be a simple problem to fix (i hope) but my searching has found nothing. When i publish documents from word to contribute i...
    2. MX 7 and CGI special character problem
      The umlauts have stopped working in our application since upgrading to Coldfusion MX 7 and Apache 2.0.43. A html form is sent to coldfusion. A...
    3. recognising a special character inside [^]
      Hi What I need to do is to print only '1|2|3'. #---------------------------------------------------------------- @array = ( '1', '1|2',...
    4. Special Character search lik
      How did u insert mycafé in database ?? Use same client settings which u used for insert. Hope this helps. ( Else post ur settings or method to...
    5. I need a special character....
      The a in Mangels need an umlaut, please. Eleanor
  3. #2

    Default Re: Special character for SM?


    "designer" <rchasin@designrac.com> wrote in message
    news:bg37sa$mgv$1@forums.macromedia.com...
    > Hi all,
    >
    > I need to insert the character "SM", similar to special character "TM". Is
    > there a keystroke for this like TM? Would rather use htm text than
    graphic.

    You could only use a code/character if the font in question has that glyph
    built into it. Most fonts don't carry this symbol. Why not just use the
    letters "SM" and make them superscript?


    Hunter Elliott Guest

  4. #3

    Default Re: Special character for SM?

    i don't know of any fonts with an SM glyph. you can do it with css though:

    <style>
    sup {
    position: relative;
    bottom: 0.8ex;
    vertical-align: baseline;
    font-size: 70%;
    }
    </style>


    My Company<sup>SM</sup>

    joe




    "designer" <rchasin@designrac.com> wrote in message
    news:bg37sa$mgv$1@forums.macromedia.com...
    > Hi all,
    >
    > I need to insert the character "SM", similar to special character "TM". Is
    > there a keystroke for this like TM? Would rather use htm text than
    graphic.
    >
    > Thanks.
    >
    >
    >

    Joe {RoastHorse} Guest

  5. #4

    Default Re: Special character for SM?

    Joe, works great in IE and Netscape 7, but in Netscape 4.08 the words
    directly after are also shown as superscript. Is there an easy fix for that?
    Many thanks.


    "Joe {RoastHorse}" <joe@roast-horse.com> wrote in message
    news:bg3a13$qt7$1@forums.macromedia.com...
    > i don't know of any fonts with an SM glyph. you can do it with css though:
    >
    > <style>
    > sup {
    > position: relative;
    > bottom: 0.8ex;
    > vertical-align: baseline;
    > font-size: 70%;
    > }
    > </style>
    >
    >
    > My Company<sup>SM</sup>
    >
    > joe
    >
    >
    >
    >
    > "designer" <rchasin@designrac.com> wrote in message
    > news:bg37sa$mgv$1@forums.macromedia.com...
    > > Hi all,
    > >
    > > I need to insert the character "SM", similar to special character "TM".
    Is
    > > there a keystroke for this like TM? Would rather use htm text than
    > graphic.
    > >
    > > Thanks.
    > >
    > >
    > >
    >
    >

    designer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139