It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Superscript within the Title Tag?

Superscript within the Title Tag?

Postby Ephricon Tim on Thu Jun 19, 2008 3:54 pm

Is it possible to apply a superscript style to something within a tag? If so, what is the code?

<title>Registered<sup>&reg</sup></title> does not work for me.

It shows up like this:

Registered<sup>®</sup>

Thanks,

Tim
Ephricon Tim
 
Posts: 7
Joined: Thu Jun 19, 2008 3:45 pm

Postby mcbc on Fri Jun 20, 2008 12:56 pm

Hi Tim,

i used this style to get it to superscript.

Code: Select all
<style type="text/css">
<!--
.style12{
   font-size:80%;
    position:super;
    vertical-align:top;
}
-->
</style>
<span class ="style12">®</span>


Hope that helps you!
mcbc
 
Posts: 14
Joined: Wed May 21, 2008 3:22 pm

Postby rangana on Sat Jun 21, 2008 1:29 am

I don't thing there is a problem. Registered mark are by default look like superscript. Try this one:
Code: Select all
<title>This is registered ® or &reg; by rangana</title>


Oops, the forum wraps the character, anyway its &# 174;.
P.S., there's no space.
User avatar
rangana
500+ Club
 
Posts: 935
Joined: Wed Feb 27, 2008 5:14 am
Location: Cebu City Philippines

Re: Superscript within the Title Tag?

Postby kvemula on Thu Feb 04, 2010 12:44 pm

Hi,

The above methods to display special characters in title tag is not working, it shows the tags in plain text without resolving them.

Could someone help please?

Regards,
Kiran.
kvemula
 
Posts: 1
Joined: Thu Feb 04, 2010 12:17 pm


Who is online

Users browsing this forum: No registered users and 6 guests