Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[New] <n> Tag in Labels

Information about updates, news, Code Library
admin
Site Admin
Posts: 2782
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 2 times

[New] <n> Tag in Labels

Unread post 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>
Post Reply