HighDots Forums  

Superscript text

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Superscript text in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Danielle Kunowski
 
Posts: n/a

Default Superscript text - 06-29-2004 , 03:12 AM






Is it possible to make an item in text superscript?
In particular when I add a Registered Trademark symbol Dreamweaver places it
in the text at full point size. My client and I would like it to be
superscript as people are used to seeing it.

Anyone have a solution?


Reply With Quote
  #2  
Old   
Piers 2k
 
Posts: n/a

Default Re: Superscript text - 06-29-2004 , 03:23 AM






Superscript textHi Danielle,

Two tags to use are <sub> and <sup>

Just place the copyright, or whatever you want inside the tags and Hey
Presto!

e.g. <sup>&copy</sup>

Piers

"Danielle Kunowski" <danielle (AT) adventuread (DOT) com.au> wrote

Is it possible to make an item in text superscript?
In particular when I add a Registered Trademark symbol Dreamweaver places it
in the text at full point size. My client and I would like it to be
superscript as people are used to seeing it.

Anyone have a solution?



Reply With Quote
  #3  
Old   
Danielle Kunowski
 
Posts: n/a

Default Re: Superscript text - 06-29-2004 , 03:36 AM



Tada! It works, thanks Piers

in article cbr5l1$cr4$1 (AT) forums (DOT) macromedia.com, Piers 2k at
piers.subscribe (AT) ntlworld (DOT) com wrote on 29/6/04 5:23 PM:

Quote:
Superscript textHi Danielle,

Two tags to use are <sub> and <sup

Just place the copyright, or whatever you want inside the tags and Hey
Presto!

e.g. <sup>&copy</sup

Piers

"Danielle Kunowski" <danielle (AT) adventuread (DOT) com.au> wrote in message
news:BD075397.140C%danielle (AT) adventuread (DOT) com.au...
Is it possible to make an item in text superscript?
In particular when I add a Registered Trademark symbol Dreamweaver places it
in the text at full point size. My client and I would like it to be
superscript as people are used to seeing it.

Anyone have a solution?




Reply With Quote
  #4  
Old   
Joe {RoastHorse}
 
Posts: n/a

Default Re: Superscript text - 06-29-2004 , 06:09 AM



HTML for superscript is <sup> but you will probably want to use css to
edit the style so as the line-height is not affected:

sup {
font-size: 85%;
position: relative;
bottom: 0.3em;
left: 0;
vertical-align: baseline;
}

joe





Danielle Kunowski wrote:

Quote:
Is it possible to make an item in text superscript?
In particular when I add a Registered Trademark symbol Dreamweaver places it
in the text at full point size. My client and I would like it to be
superscript as people are used to seeing it.

Anyone have a solution?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.