does anyone know of a better way to do a superscripted registered trademark then the way below?
sup>®</sup>
TKs.
S
DrDoc
2:56 pm on Sep 9, 2003 (gmt 0)
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)
Would this work for you?
™
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)
...and ™ would work just as well as ™
pageoneresults
3:41 pm on Sep 9, 2003 (gmt 0)
DrDoc, are the named values just as compatible as the numeric ones?
BlobFisk
3:43 pm on Sep 9, 2003 (gmt 0)
Strange, I use ® for that symbol...
pageoneresults
3:48 pm on Sep 9, 2003 (gmt 0)
OT, I'm patiently waiting for SM (Service Mark) to make into the spec.
I believe the named values are just as compatable.
choster
7:09 pm on Sep 9, 2003 (gmt 0)
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.