Annotations Breaks
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 01:29 PM
How do you show line break while using Annotation, For example if I want to number static information on a form
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2015 01:47 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2015 06:02 AM
<br/> worked ok.
Thanks.