I also found the same problem with ADE (in Sony PRS650). I handle it by using the 'vertical-align' property in the CSS code, setting it to:
vertical-align: text-top;
then it respects the line spacing.
To be more specific, I assign this property to the <sup> tag or to the class it is using.
Last edited by sellew; 04-12-2012 at 07:25 PM.
|