Menu

¿does the line break (\n) works?

2014-03-29
2014-03-30
  • Jose Luis Triana

    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:

    '<html><b>'hh:mm'</b><small>'AP'</small>'\ndddd'&nbsp;' d'.'MM'</html>'
    

    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?.

     
  • Thomas Luebking

    Thomas Luebking - 2014-03-29

    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
  • Hombremaledicto

    Hombremaledicto - 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

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.