Status Line:Show information(Messages) in different colours or styles like bold,italic, underline or to useCSS in the Status Line.
Example (Message for Status Line):
<b style="color: black">Margin(%):</b> <b style="color: blue">{1,number,#,##0.00}</b> , <b style="color: black">Margin incl. Charge(%):</b><b style="color: green">{2,number,#,##0.00}</b>, <b style="color: black">Total:</b> <b style="color: grey">{3,number,#,##0.00} </b>,<b style="color: black">Total incl. tax</b> <b style="color: grey">{4,number,#,##0.00}</b>
Status Line:
Show information(Messages) in different colours or styles like bold,italic, underline or to use
CSS in the Status Line.
Example (Message for Status Line):
<b style="color: black">Margin(%):</b>
<b style="color: blue">{1,number,#,##0.00}</b> ,
<b style="color: black">Margin incl. Charge(%):</b>
<b style="color: green">{2,number,#,##0.00}</b>,
<b style="color: black">Total:</b>
<b style="color: grey">{3,number,#,##0.00} </b>,
<b style="color: black">Total incl. tax</b>
<b style="color: grey">{4,number,#,##0.00}</b>