Is it possible to apply a superscript style to something within a tag? If so, what is the code?
<title>Registered<sup>®</sup></title> does not work for me.
It shows up like this:
Registered<sup>®</sup>
Thanks,
Tim
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
<style type="text/css">
<!--
.style12{
font-size:80%;
position:super;
vertical-align:top;
}
-->
</style>
<span class ="style12">®</span><title>This is registered ® or ® by rangana</title>

Users browsing this forum: No registered users and 6 guests