I am facing a challenge with formatting text that includes subscripts and superscripts tags. For example:
<div>hello <sub>world</sub>, how are you? Translated as logical aggregates or associative compounds, these characters have been interpreted as combining two or more pictographic or ideographic characters to suggest a third meaning.</div>
To see this issue in action, visit http://jsfiddle.net/BzqFb/
I have noticed that lines of text with subscripted content are wider than those without it. Is there a way to change the CSS style for the tag to ensure that all text lines have the exact same height?
Are there specific types of texts that can cause a line's height to change within an HTML document?
EDIT: I am specifically looking for subscript behavior, not just smaller text. Even increasing the line-height does not fully address the width difference between lines with and without subscripted text.