Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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.