Forum Moderators: open

Message Too Old, No Replies

special character for superscript reg trademark?

         

suzanne

7:45 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



does anyone know of a better way to do a superscripted registered trademark then the way below?

sup>&reg;</sup>

TKs.

S

DrDoc

2:56 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Actually, no. No matter if you use HTML's <sup> tags or CSS' superscript - it's basically the same thing.

And, that's the only way to go if you want it superscript...

pageoneresults

3:26 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Would this work for you?

&#8482;

No need for the <sup></sup>.

<added> Sorry, I didn't realize it was the (R) that you were looking for. I've styled my <sup> for the Registered Trademark to achieve what you are looking for.

<sup>®</sup>

sup{font-size:11px;vertical-align:top;}

DrDoc

3:31 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



...and &trade; would work just as well as &#8482;

pageoneresults

3:41 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



DrDoc, are the named values just as compatible as the numeric ones?

BlobFisk

3:43 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Strange, I use &#174; for that symbol...

pageoneresults

3:48 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



OT, I'm patiently waiting for SM (Service Mark) to make into the spec.

korkus2000

5:57 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here is the character code chart:
[hotwired.lycos.com...]

I believe the named values are just as compatable.

choster

7:09 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Actually, the Webmonkey list includes Windows characters which it is better to avoid unless you are working in an intranet or other environment where you can eforce the Windows-1252 charset. It's safest to stick with
[w3.org...] . A more useful reference, actually, are Korpela's tables at [cs.tut.fi...] which actually show how the entities are rendered. [fjordaan.uklinux.net...] is a table showing cross-browser support for the Latin-1 set.

korkus2000

11:21 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks choster.