Page 1 of 1

[New] <n> Tag in Labels

Posted: Tue Apr 06, 2021 8:16 am
by admin
Use the special (pseudo) <n> tag to format the display content of a Word Object as font-weight: normal (not bold).

E.g.

Code: Select all

<n>nuBuilder</n>
This is an abbreviated notation for

Code: Select all

<span style="font-weight: normal;">nuBuilder</span>