Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
designer #1
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
-
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... -
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... -
recognising a special character inside [^]
Hi What I need to do is to print only '1|2|3'. #---------------------------------------------------------------- @array = ( '1', '1|2',... -
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... -
I need a special character....
The a in Mangels need an umlaut, please. Eleanor -
Hunter Elliott #2
Re: Special character for SM?
"designer" <rchasin@designrac.com> wrote in message
news:bg37sa$mgv$1@forums.macromedia.com...graphic.> 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
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
-
Joe {RoastHorse} #3
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...graphic.> 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>
> Thanks.
>
>
>
Joe {RoastHorse} Guest
-
designer #4
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...Is> 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".> graphic.> > there a keystroke for this like TM? Would rather use htm text than>> >
> > Thanks.
> >
> >
> >
>
designer Guest



Reply With Quote

