Re: superscript characters

by "Dusty" <designsbydusty(at)tiadon.com>

 Date:  Sun, 2 Mar 2003 13:58:12 -0600
 To:  "Tim Rivera" <lists(at)timrivera.com>,
<hwg-basics(at)hwg.org>
 References:  dfyh riveraamd
  todo: View Thread, Original
Thanks. That worked perfectly.

Dusty

----- Original Message -----
From: "Tim Rivera" <lists(at)timrivera.com>
To: <hwg-basics(at)hwg.org>
Sent: Sunday, March 02, 2003 12:35 PM
Subject: Re: superscript characters


> > character entities such as &sup1;. However, according to the list that I
> > have, from my trusty O'Reilly book, these only go up to 3. Is there
> > something that can be used for numbers higher than that?
>
> Hello Dusty,
>
> You can use the HTML element SUP (which is not deprecated), or CSS:
>
>
> .sup {
>     vertical-align: super;
>     font-size: 0.6em;
> }
>
> <sup>4</sup>
> <span class="sup">4</span>
>
>
> HTH,
>
> Tim
>

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA