Hi,
do you know if there's a way to print a new line in a string.
e.g.
{if ((!is_empty(A0.NAOK)),"hi, NEW LINE, HOW ARE YOU?","hi, NEW LINE, who are you?")}
i've tried with <br>, but the editor add "/" --> so it's saved as <br />, and the expression don't run, i've tried with \n, but it print "\n"
{if ((!is_empty(A0.NAOK)),"Soluzione: COMUNE. - Anagramma: risolto. - Tempi risoluzione parziali: SOTTO la MEDIA. Punteggio: MINIMO. - COMMENTO: PERFORMANCE SCARSA",html_entity_decode("Soluzione: NESSUNA. - Anagramma: NON RISOLTO. <br /> Tempi risoluzione parziali: MOLTO sotto la MEDIA. - Punteggio: NESSUNO. - COMMENTO: PERFORMANCE MOLTO SCARSA."))}
Hi Ben,
the solution that you suggest and my attempts don't go well. the problem is that chkeditor after <br /> add "by default" :/n, so it breaks the code line, the same behaviour happens using </p>.
i try to find some way to solve in chkeditor forum.