Skip to main content

Hi,

I want to use line break for long texts. How can I break to row? I tried with “<br>” tag with “<p>”. It worked. Then I divide the text and I added “<br>”. It didn’t work with “<ifs-data>” tag. After that, I tried many thing to escape from tag. How can I break the line?

 

<ifs-data ifs-data-field="ND.NOTE_TEXT" class="col-xs-12"></ifs-data>

 

This is a bad way. But, I divide the text into parts. Then I show them. Until finding a better solution, we should use it like that.

 

 

 


Reply