Re: Formatting Questions
Posted by
Hugo <Nabble> on
Oct 17, 2010; 3:45am
URL: https://support.nabble.com/Formatting-Questions-tp5642821p5643635.html
You can use a "span" tag instead of "font", then you can use any floating point number (e.g., 1.3, 2.6, 0.3, etc).
Examples:
<span style="font-size:.8em">Font Size 0.8em</span>
<span style="font-size:1em">Font Size 1em</span>
<span style="font-size:1.5em">Font Size 1.5em</span>
<span style="font-size:2em">Font Size 2em</span>
Font Size 0.8emFont Size 1emFont Size 1.5emFont Size 2em