HTML encoding in node's Label?

Hi there! I’ve just discovered that you can write HTML in the Label of the nodes (in the Node tab of every node). The problem is that I couldn’t find any information about this, and the help box that appears has a link but you cannot click on it because is a floating box. The help box states:

userTextArea

This label gets appended to the node name
on the node graph.

This text area supports html encoding.
Please check Qt website for more info. Use
Ctrl+Return to validate changes made to the
text.

Anyone have some further info about this?

1 Like

Hi you can use some html code, like this

<p style=“color:red; font-family:verdana;”>
some text
</p>
<img src=“C:\Users\Public\Pictures\Sample Pictures\Penguins.jpg” width=“40” height=“40”>

You can try to use some html constuction from here, and some of them may work:
https://www.w3schools.com/html/html_images.asp

1 Like