Re: Formatting Questions
Posted by
Hugo <Nabble> on
Nov 06, 2010; 4:42am
URL: https://support.nabble.com/Formatting-Questions-tp5642821p5711367.html
You can post a test message with different font sizes so that you can understand what happens. Here is an example:
<span style="font-weight:lighter">lighter</span>
<span style="font-weight:normal">normal</span>
<span style="font-weight:bold">bold</span>
<span style="font-weight:bolder">bolder</span>
<span style="font-weight:lighter;font-size:120%">lighter 120%</span>
<span style="font-weight:normal;font-size:120%">normal 120%</span>
<span style="font-weight:bold;font-size:120%">bold 120%</span>
<span style="font-weight:bolder;font-size:120%">bolder 120%</span>
<span style="font-weight:lighter;font-size:140%">lighter 140%</span>
<span style="font-weight:normal;font-size:140%">normal 140%</span>
<span style="font-weight:bold;font-size:140%">bold 140%</span>
<span style="font-weight:bolder;font-size:140%">bolder 140%</span>
Please post the results if possible.