Annotations Breaks

msjoy
Kilo Expert

How do you show line break while using Annotation, For example if I want to number static information on a form

2 REPLIES 2

mike_allgire
Giga Guru

You can use the HTML annotation type and use the <br/> tag whereever you want a line break. If you want to use listing (numbers), then it will also allow for the <ol> and <li> tags.


<br/> worked ok.


Thanks.