Hi everyone,
I was trying to add the picture in a text area. Here I want the picture to come firet and then followed by text.Here is my code in XML
<container id="ewtContainer" style="align:fill-top">
<textarea>
<picture style="align:fill-right;" src="MobileConnect_metal32.jpg" />@{ewtValue}</textarea>
</container>
But the image is not getting displayed itself .
Please let me know , how to fix it

