- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 05:17 AM
I would like to center align text in an Annotation Text field on a form. However, it will not honor the style tag entered into the field, example:
<span style="text-align:center;">Item Details</span>
Is there something more I should enter than a span and style tag for an Annotation Info Box Blue or Red to make this work?
Thank you for your assistance,
Kevin Eldridge
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 05:38 AM
I had to use the following code to get it to center the text:
<span style="text-align:center; display:block;">Item Details</span>
Thank you Nabil,
Kevin Eldridge
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2018 05:38 AM
I had to use the following code to get it to center the text:
<span style="text-align:center; display:block;">Item Details</span>
Thank you Nabil,
Kevin Eldridge