Click to See Complete Forum and Search --> : ® doesn't look right


dtm32236
01-10-2008, 10:58 AM
Can anyone tell me why the "R" in Microban® doesn't look right on this page (http://www.foremostgroups.com/news.html)?

It's the same size as the text, and doesn't act as a superscript (if that's what they're called)...

any insight as to why this is?

Jeff Mott
01-10-2008, 11:10 AM
Browsers can't guess which of our characters we want to be sub- or superscripts. So we need to tell it.<sup>&reg;</sup>

dtm32236
01-10-2008, 11:20 AM
oh boy - i have mine in an anchor link:

<a href="K&amp;B/microban.html" class="in_text">Foremost Groups and Microban&reg;</a>

just a guess - but you can't do <sup> within <a>, can you?

Jeff Mott
01-10-2008, 11:26 AM
You certainly can. You can put any inline element (except A itself) into an A element, and SUP happens to be an inline element.

dtm32236
01-10-2008, 11:27 AM
yeah, that makes a lot of sense...

thanks a lot, i appreciate your help.

dtm32236
01-10-2008, 11:32 AM
...strange that &trade; worked perfectly without <sup>...

oh well, using <sup> worked with &reg;

WebJoel
01-12-2008, 08:58 AM
Still just one lil' tiny ampersand that wants to become a 'character entity' ("&" should be "&amp;"), screenshot image:

dtm32236
01-12-2008, 03:43 PM
Still just one lil' tiny ampersand that wants to become a 'character entity' ("&" should be "&amp;"), screenshot image:

oh, nice.

thanks for pointing that out.