<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Image field</title><link>https://community.appian.com/discussions/f/user-interface/12372/image-field</link><description>Hi Everyone, In image field i need to put text beside of the image, is it possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Image field</title><link>https://community.appian.com/thread/54824?ContentTypeID=1</link><pubDate>Sat, 05 May 2018 12:31:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1ac08a3d-4806-429a-b8df-7ad51fdc18fd</guid><dc:creator>chandu</dc:creator><description>Hi Deviratnamv,&lt;br /&gt;
please try this code&lt;br /&gt;
a!richTextDisplayField(&lt;br /&gt;
      label:&amp;quot;&amp;quot;,&lt;br /&gt;
      value:{&lt;br /&gt;
        a!richTextItem(text: &amp;quot;Hello World &amp;quot;, style: &amp;quot;STRONG&amp;quot;),&lt;br /&gt;
        a!richTextImage(&lt;br /&gt;
          image: &lt;br /&gt;
          a!documentImage(&lt;br /&gt;
            document:todocument(157949),&lt;br /&gt;
            altText: &amp;quot;not&amp;quot;,&lt;br /&gt;
            caption: &amp;quot;image&amp;quot;&lt;br /&gt;
         )&lt;br /&gt;
        ),&lt;br /&gt;
        a!richTextItem(text: char(13), style: &amp;quot;STRONG&amp;quot;),&lt;br /&gt;
        a!richTextIcon(&lt;br /&gt;
          icon:&amp;quot;address-book&amp;quot;,&lt;br /&gt;
          size:&amp;quot;STANDARD&amp;quot;&lt;br /&gt;
        ),&lt;br /&gt;
        a!richTextItem(text: &amp;quot;World&amp;quot;, style: &amp;quot;STRONG&amp;quot;)&lt;br /&gt;
      }&lt;br /&gt;
    )&lt;br /&gt;
Please let us know if you have any other requirement&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>