Once you enter html, you got to stick with it - try using <p></p>, <div></div> or <br/>
"\n" has no special meaning in html (the online help should probably stress that)
Edit: escape <tags>
Last edit: Thomas Luebking 2014-03-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to put in the clock in one line the time and in other the date, so I try in the GUI changig the pattern to:
So, in the gui says that \n is the symbol to break lines, but it just shows a ridiculous "\n" in the time..
What I'm missing?.
Once you enter html, you got to stick with it - try using <p></p>, <div></div> or <br/>
"\n" has no special meaning in html (the online help should probably stress that)
Edit: escape <tags>
Last edit: Thomas Luebking 2014-03-30
There is the < br > tag(without spaces), which should work (can't try it at the moment)
Last edit: Hombremaledicto 2014-03-30