Hi All,
I do have a datamapper variable that is being trimmed down once I put it on the designer, Is there a way where I can get the actual value of the this variable? Please see below screenshot for your reference.
HTML condenses spacing by default, so fifty spaces will look the same as one. If you want to display those spaces as well, you’ll need to apply the CSS white-space property of pre.
You could either apply this through a stylesheet (recommended) or inline. You’ll find Whitespace the option under the Type tab of <p>
, <div>
, and <td>
elements.
2 Likes