function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jaymin Sutarwala 7Jaymin Sutarwala 7 

Problems displaying border with DIV tag

Hi all,
I am trying to display a help text box on the flow screen using DIV attribute in the text template.
<div style="width:500px;height:20px;border:1px solid #ff8000;background-color:#ffffb3;font-family:arial;font-size:80%">This is the phase we are quoting proposal for</div>
When i run the HTML code in an editor it works fine.
User-added image

But when i use the same HTML in the text template in a 'Display text' element on Flow screen it doesn't display the orange border. Can anyone identify the issue here.
User-added image
Jaymin Sutarwala 7Jaymin Sutarwala 7
Can anyone help with this one?