I was wondering if any of the HTML/CSS gurus that frequent this board know how to get rid of the "push" caused by using the <sup> tag. I'm making a site that uses a lot of &reg;'s and &trade;'s. They want them to be in superscript but they push the preceding line up.

Is there a way to use CSS to get rid of this? I've already tried using line-height and position:relative, the former has no effect, the latter moves the character but keeps the upper margin, margin-top also has no effect.

Any help would be greatly appreciated.