# Is there a way to insert a break row in the label programmatically?

**URL:** https://discourse.nodered.org/t/is-there-a-way-to-insert-a-break-row-in-the-label-programmatically/6852
**Category:** General
**Created:** [15 January 2019 16:45 UTC](https://discourse.nodered.org/t/is-there-a-way-to-insert-a-break-row-in-the-label-programmatically/6852 "2019-01-15T16:45:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![gbove73](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gbove73/32/5078_2.png) [@gbove73](https://discourse.nodered.org/u/gbove73)
#### Post date: [15 January 2019 16:45 UTC](https://discourse.nodered.org/t/is-there-a-way-to-insert-a-break-row-in-the-label-programmatically/6852/1 "2019-01-15T16:45:02Z")

</div>

Hi all, Is there a way to insert a break row in the label programmatically?

for exampe:

label: this.name + "\n" + this.otherattribute

Thanks in advance.

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [15 January 2019 16:48 UTC](https://discourse.nodered.org/t/is-there-a-way-to-insert-a-break-row-in-the-label-programmatically/6852/2 "2019-01-15T16:48:05Z")

</div>

Hi - I assume you mean the label of a node? If so then, the answer is no - there's no way to force a line break.

---

<div class="post-metadata">

### Author: ![gbove73](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/gbove73/32/5078_2.png) [@gbove73](https://discourse.nodered.org/u/gbove73)
#### Post date: [16 January 2019 08:36 UTC](https://discourse.nodered.org/t/is-there-a-way-to-insert-a-break-row-in-the-label-programmatically/6852/3 "2019-01-16T08:36:41Z")

</div>

Yes, it's the label of a custom node.  
Thanks for reply.
