hi,
i'm trying to write a Dashboard Notification node with 3 lines in it (not including the msg.topic)
I wrote a simple Template node with 3 lines but I'm unable to infuse it into the Notification node.
I also want to be able to do the same with the Email node.
And I want in align the text to the center (and not as the default Left align .)
did you notice this option in the node configuration??

yes i saw it. what is the syntext of the msg.payload?
how do i add the HTML commands in it?
Well one way would be to use an inject node and set msg.payload as a string. Then put your html code in the string.
For example if you set msg.payload to ‘helloworld’ it should show as
Hello
World
thank you