I successfully added HTML type styling to labels based on an answer dated 21 September 2011.
The non breaking spaces are ignored; how can I make them <nbsp> indenting the lower level paragraphs.
<html>
<span style="background-color:#ffcc99">PRC: Ageing (26PRC)</span><br>
<span style="color:#3366ff"> <nbsp> PP: Duration of Ageing (101PP) </span><br>
<span style="color:#ff0000"> <nbsp><nbsp> F: Too short (104F)</span><br>
<span style="color:#ff0000"> <nbsp><nbsp> F: Too long (105F)</span><br>
</html>
: