HighDots Forums  

Superscript using Dreamweaver

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Superscript using Dreamweaver in the Macromedia Dreamweaver forum.



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

Default Superscript using Dreamweaver - 06-28-2004 , 10:28 AM






Hello I would like to know
which is the code in dreamweaver
for superscripts.
Thank you.

Pimo77

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

Default Re: Superscript using Dreamweaver - 06-28-2004 , 11:35 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





pimo77 wrote:

Quote:
Hello I would like to know
which is the code in dreamweaver
for superscripts.
Thank you.

Pimo77

Reply With Quote
  #3  
Old   
banksian
 
Posts: n/a

Default Re: Superscript using Dreamweaver - 07-07-2004 , 12:30 PM



hi.
Regarding superscript changing the vertical spacing...
I tried making and applying a css as you wrote but it doesn't seem to affect
it at all.
Would you mind being a bit more specific as to the areas where the definitions
go in the css edit window so I can make this happen. Much appreciated

r



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.