I get uneven line spacing from superscript

  • Thread starter Thread starter Guest
  • Start date Start date
Paul Ostrof said:
uneven line spacing from superscript is my problem. What can I do in
FrontPage 2003?

I usually apply CSS to the superscripted-character(s) so that they're
smaller, so that they don't throw off the line spacing of the rest of the
paragraph. In my style sheet, the rule would be something like:

sup { font-size: 10px } (Assuming the rest of the text was about 12 px, or
the equivalent).

Hope that might help.
 
t

Paul Ostrof said:
uneven line spacing from superscript is my problem. What can I do in
FrontPage 2003?

First I have to learn how to apply CSS! Meanwhile I did away with the
footnotes and linked the relevant text to the footnotes at the end of the
document.
Thanks for your quick reply, Patty.
 
Paul Ostrof said:
t



First I have to learn how to apply CSS! Meanwhile I did away with the
footnotes and linked the relevant text to the footnotes at the end of the
document.
Thanks for your quick reply, Patty.

You're welcome - glad you got it worked out. CSS isn't all that hard - maybe
next time. :-)
 
P@tty Ayers said:
I usually apply CSS to the superscripted-character(s) so that they're
smaller, so that they don't throw off the line spacing of the rest of the
paragraph. In my style sheet, the rule would be something like:

sup { font-size: 10px } (Assuming the rest of the text was about 12 px, or
the equivalent).

Hope that might help.

That's exactly what I ended up doing!

Thanks for your help, Patty
 
Back
Top