<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Insert HTML with Arcade in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503874#M3421</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/16667"&gt;ELIZABETH F.T.&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that you have a custom visualization of the pop-up window (sorry for the Spanish interface)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/370307_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;In the configuration window, activate the HTML mode and then put your html code for the image (and all other info). Inside the source parameter "src" of the image tag you reference your expression "{expression/expr0}":&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/370308_pastedImage_4.png" style="width: auto; height: auto;" /&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression should be&amp;nbsp;the part where a URL is generated:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/370309_pastedImage_5.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The resulting URL is&amp;nbsp;based on some logic derived from 1 or more attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/370310_pastedImage_6.png" style="width: 620px; height: 278px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain a little more what defines&amp;nbsp;which of the 15 images should be picked in your case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 02:31:11 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2017-09-08T02:31:11Z</dc:date>
    <item>
      <title>Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503865#M3412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to insert particular icons into a feature's popup based on the feature's attributes. So if the park allows dogs, I want to show a dog icon. Can Arcade insert &amp;lt;img&amp;gt; elements into the popup? I can't seem to get it to work, it just writes the &amp;lt;img&amp;gt; element out as text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jun 2017 17:46:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503865#M3412</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2017-06-28T17:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503866#M3413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I was able to figure out...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Attribute Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var checkvalue = $feature.SOMEATTRIBUTE&lt;BR /&gt;&lt;SPAN&gt;var img_blank = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fblankimage.png" rel="nofollow" target="_blank"&gt;https://blankimage.png&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var img_show = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgoodimage.png" rel="nofollow" target="_blank"&gt;https://goodimage.png&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;iif(checkvalue=='Yes',img_show,img_blank)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then under CONFIGURE for Custom Popup, enter in any text you want. Add an image, and for the source, use the expression you just created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some text and here is the pic: &amp;lt;img border="0" src="{expression/expr0}" width="25" /&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works really nice for me, however it would be nice to have a little more functionality to better it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2017 23:14:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503866#M3413</guid>
      <dc:creator>BrandonCales</dc:creator>
      <dc:date>2017-07-13T23:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503867#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, thank you! I was able to get it to work. Also, if I leave one of the image source URLs blank in Arcade, it looks like you don't get a broken image icon, so that's great. It doesn't even take up a blank spot for it in the popup (see the 2nd picture). It'll just show all the icons for amenities that = 'Yes' there. I&amp;nbsp;also edited the HTML of the popup to add&amp;nbsp;title="Dogs Allowed" etc. to &amp;lt;img&amp;gt; so users can hover over the icon with their mouse and double check the meaning (see the 1st picture) in case it's an ambiguous symbol.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/362494_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/362651_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2017 13:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503867#M3414</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2017-07-14T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503868#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks great! &amp;nbsp;Only if I could get it to work &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; I seem to be missing something. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I've added my version of this code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;var checkvalue = $feature.SOMEATTRIBUTE&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;var img_blank = '&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fblankimage.png" rel="nofollow" style="color: #287433; background-color: #ffffff; border: 0px; text-decoration: none; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://blankimage.png&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;'&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;var img_show = '&lt;/SPAN&gt;&lt;A href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fgoodimage.png" rel="nofollow" style="color: #000000; background-color: #ffffff; border: 0px; text-decoration: underline; padding: 0px calc(12px + 0.35ex) 0px 0px;" target="_blank"&gt;https://goodimage.png&lt;/A&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;'&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;iif(checkvalue=='Yes',img_show,img_blank)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;It gives me a 'more info' hyperlink in the pop-up that takes me to my image in a new browser window. &amp;nbsp;I imagine it has something to do with this line of code "&lt;SPAN&gt;&amp;lt;img border="0" src="{expression/expr0}" width="25" /&amp;gt; " but I'm not sure how.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Joe&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 22:27:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503868#M3415</guid>
      <dc:creator>JHayes</dc:creator>
      <dc:date>2017-08-02T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503869#M3416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm.. I haven't seen that happen. Here's what my popup config looks like. I just put the replacement string for the relevant arcade expression straight into the URL line from Insert an Image. If I click on the View HTML button, this is what I have (second image). The bottom part is just me printing out the actual YES/NO values to double check if the images are working correctly. If this doesn't help with your map, let me know.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/365503_pastedImage_1.png" style="width: 620px; height: 325px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/365582_pastedImage_2.png" style="width: 620px; height: 398px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 13:10:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503869#M3416</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2017-08-03T13:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503870#M3417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, now I get it! Wow!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The existence of arcade expression "tags" ({expression/expr*}), our ability to put them into the URL for the images, and the "custom attribute display" option was eluding me. This is awesome! &amp;nbsp;I had no idea this functionality was available to us in AGOL until now. Thanks, Chelsea!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I hope ESRI makes the custom attribute window bigger in the future.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2017 23:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503870#M3417</guid>
      <dc:creator>JHayes</dc:creator>
      <dc:date>2017-08-03T23:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503871#M3418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really very helpful discussion on what you can do with Arcade in the pop-up window of ArcGIS Online. I used your comments and suggestions to create some visualization on coverage for water and gas&amp;nbsp;per "state" in Colombia.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I got:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/367326_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The visualization of the 5 green to red person symbols depend on the % of coverage.&lt;/P&gt;&lt;P&gt;Will blog about it and post back the link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for sharing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 18:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503871#M3418</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-08-16T18:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503872#M3419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome example, thanks for sharing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 12:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503872#M3419</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2017-08-21T12:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503873#M3420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm struggling with this custom attribute display. &amp;nbsp;How did you get it to work? I have 15 pictures that I want to display, depending on which area the user clicks. &amp;nbsp;Only one picture should pop-up. &amp;nbsp; What's on the expression and where the URL goes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Sep 2017 19:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503873#M3420</guid>
      <dc:creator>ELIZABETH50</dc:creator>
      <dc:date>2017-09-05T19:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503874#M3421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/16667"&gt;ELIZABETH F.T.&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that you have a custom visualization of the pop-up window (sorry for the Spanish interface)&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/370307_pastedImage_3.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;In the configuration window, activate the HTML mode and then put your html code for the image (and all other info). Inside the source parameter "src" of the image tag you reference your expression "{expression/expr0}":&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/370308_pastedImage_4.png" style="width: auto; height: auto;" /&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression should be&amp;nbsp;the part where a URL is generated:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/370309_pastedImage_5.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;The resulting URL is&amp;nbsp;based on some logic derived from 1 or more attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/370310_pastedImage_6.png" style="width: 620px; height: 278px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain a little more what defines&amp;nbsp;which of the 15 images should be picked in your case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:31:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503874#M3421</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-09-08T02:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503875#M3422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As promised, below the link to document that describes how I&amp;nbsp;created the pop-up windows mentioned before. One downside, the explanation is in Spanish. I will translate the document to English and publish it in GeoNet. For now I think it might be useful, since it contains all the code (Arcade and HTML) and it is a visual explanation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-10368"&gt;Crear ventanas emergentes en ArcGIS Online con imágenes condicionales usando expresiones de Arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 21:52:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503875#M3422</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-09-21T21:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503876#M3423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just created a document with the explanation in English:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/docs/DOC-10692-create-pop-ups-in-arcgis-online-with-conditional-images-using-arcade"&gt;https://community.esri.com/docs/DOC-10692-create-pop-ups-in-arcgis-online-with-conditional-images-using-arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 14:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503876#M3423</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-10-09T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503877#M3424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/408995_Capture.JPG" /&gt;I tried this approach using these images but as you can see even if you leave it blank there is still a space. Any ideas why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 18:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503877#M3424</guid>
      <dc:creator>AndreaMcIntosh1</dc:creator>
      <dc:date>2018-05-24T18:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503878#M3425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea, can you either post a screenshot of the arcade expression and the popup html code or provide a link to your public map so I can take a look?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 18:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503878#M3425</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-05-24T18:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503879#M3426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure &lt;/P&gt;&lt;P&gt;&lt;A href="http://arcg.is/18OjX0"&gt;http://arcg.is/18OjX0&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 18:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503879#M3426</guid>
      <dc:creator>AndreaMcIntosh1</dc:creator>
      <dc:date>2018-05-24T18:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503880#M3427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it Woodrow Wilson Park with the issue? It looks fine on my screen, a small gap due to the white border around the images. With Chrome Developer Tools, I can see that there is an img element in between the 2 visible icons that is 0x0 pixels (vs. the other two are 50x50). I forgot that I wouldn't be able to see the Arcade/popup configs without the ability to edit the webmap, sorry.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 19:06:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503880#M3427</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-05-24T19:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503881#M3428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like your code is good. I tried your webmap in Chrome, Firefox, and IE. I only see those gaps in IE, is that what you're using? The Dev tools show that it's giving dimensions 28x30 to that blank image, thus showing a white gap, unlike the other browsers. I tried searching for known issues with Arcade and IE, but haven't found anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 19:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503881#M3428</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2018-05-24T19:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503882#M3429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes IE is my browser of choice. I tried it in chrome and voila of course it looked correct. Ugh I should of thought of that first.&lt;IMG alt="" class="image-1 jive-image" height="85" src="https://community.esri.com/legacyfs/online/408999_Capture.JPG" width="67" /&gt;Thanks so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2018 19:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503882#M3429</guid>
      <dc:creator>AndreaMcIntosh1</dc:creator>
      <dc:date>2018-05-24T19:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503883#M3430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;How did you get your images to appear and disappear once you clicked on the different parks? I was able to upload an image in my popup but it appears on every popup but I only want it to show up on certain ones. For example: when I click on the Bollards line it should only the the bollard image and text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I have to create an expression to have the image only show when needed?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm also very new to arcade and learning on the fly. This feed has been very helpful so far. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414430_pastedImage_1.png" /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 21:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503883#M3430</guid>
      <dc:creator>AaronMurphy4</dc:creator>
      <dc:date>2018-07-18T21:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insert HTML with Arcade</title>
      <link>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503884#M3431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you have to use the an expression. The correct answer above is the sample that you can follow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 12:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/insert-html-with-arcade/m-p/503884#M3431</guid>
      <dc:creator>AndreaMcIntosh1</dc:creator>
      <dc:date>2018-07-19T12:44:07Z</dc:date>
    </item>
  </channel>
</rss>

