Hi,
Container is a DIV tag, I want to add a SPAN tag, how to achieve this using outsystems
I did it using expression, escape content : no
Thanks
Hi Sekar,
If you really need a span for some reason, yes, you can use an expression setting the escape property to no.
But I think this should be avoided. If the reason for the span is just to allow different style, you can use multiple expressions and apply the style to the one that contains the element that must be styled different.
Cheers
Eduardo