Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[New] <n> Tag in Labels

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 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