<?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 Format an AGOL Pop-Up with Images in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1379068#M57330</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a public-facing sex offender map that shows the location of all sex offenders registered in the county as well as a pop-up with their information.&amp;nbsp; The information in the pop-up has their State Registration Number (SRN), name, address, and a hyperlink to the state's offender page.&amp;nbsp;&lt;A href="https://waynecountync.maps.arcgis.com/apps/webappviewer/index.html?id=082d6851e3244097b183a591529e5d73" target="_blank" rel="noopener"&gt;Wayne County Sex Offenders&lt;/A&gt;&amp;nbsp; This link is dynamic based on their SRN (e.g. URL+{SRN}).&amp;nbsp; There is also a dynamic image of their mug shot created the same way as the hyperlink.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pop-up is the basic fields list and the image module below it.&amp;nbsp; The pop-up has worked flawlessly since its time of creation.&amp;nbsp; However, I want to kick it up a notch.&lt;/P&gt;&lt;P&gt;I found out that I can configure the displayed fields better if I use the&amp;nbsp;&lt;EM&gt;Text&lt;/EM&gt; module instead of the fields list.&amp;nbsp; Also, to further format the pop-up, I can insert a table in the text module to perfectly align my data.&amp;nbsp; One thing I would like to do is to have the dynamic mugshot of the offender off to the side of his information instead of down below (see attachments).&lt;/P&gt;&lt;P&gt;I've been researching how to do this, but I haven't been able to find out how to do it.&amp;nbsp; The hard part of creating a dynamic image based on the offender is done and working.&amp;nbsp; I just need to format the pop-up better.&lt;/P&gt;&lt;P&gt;Thank you for looking into this.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 14:26:26 GMT</pubDate>
    <dc:creator>JulioGarrido</dc:creator>
    <dc:date>2024-02-07T14:26:26Z</dc:date>
    <item>
      <title>Format an AGOL Pop-Up with Images</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1379068#M57330</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a public-facing sex offender map that shows the location of all sex offenders registered in the county as well as a pop-up with their information.&amp;nbsp; The information in the pop-up has their State Registration Number (SRN), name, address, and a hyperlink to the state's offender page.&amp;nbsp;&lt;A href="https://waynecountync.maps.arcgis.com/apps/webappviewer/index.html?id=082d6851e3244097b183a591529e5d73" target="_blank" rel="noopener"&gt;Wayne County Sex Offenders&lt;/A&gt;&amp;nbsp; This link is dynamic based on their SRN (e.g. URL+{SRN}).&amp;nbsp; There is also a dynamic image of their mug shot created the same way as the hyperlink.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The pop-up is the basic fields list and the image module below it.&amp;nbsp; The pop-up has worked flawlessly since its time of creation.&amp;nbsp; However, I want to kick it up a notch.&lt;/P&gt;&lt;P&gt;I found out that I can configure the displayed fields better if I use the&amp;nbsp;&lt;EM&gt;Text&lt;/EM&gt; module instead of the fields list.&amp;nbsp; Also, to further format the pop-up, I can insert a table in the text module to perfectly align my data.&amp;nbsp; One thing I would like to do is to have the dynamic mugshot of the offender off to the side of his information instead of down below (see attachments).&lt;/P&gt;&lt;P&gt;I've been researching how to do this, but I haven't been able to find out how to do it.&amp;nbsp; The hard part of creating a dynamic image based on the offender is done and working.&amp;nbsp; I just need to format the pop-up better.&lt;/P&gt;&lt;P&gt;Thank you for looking into this.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 14:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1379068#M57330</guid>
      <dc:creator>JulioGarrido</dc:creator>
      <dc:date>2024-02-07T14:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Format an AGOL Pop-Up with Images</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1379114#M57334</link>
      <description>&lt;P&gt;You can actually wrap the whole thing in &lt;EM&gt;another &lt;/EM&gt;table. Here's the HTML:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;figure class="table"&amp;gt;
    &amp;lt;table&amp;gt;
        &amp;lt;tbody&amp;gt;
            &amp;lt;tr&amp;gt;
                &amp;lt;td&amp;gt;
                    &amp;lt;figure class="table"&amp;gt;
                        &amp;lt;table&amp;gt;
                            &amp;lt;tbody&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        SRN
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        {SRN}&amp;amp;nbsp;
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        Name
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        {Name}
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        Address
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        {Address}&amp;amp;nbsp;
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        City
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        {City}&amp;amp;nbsp;
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        ZIP
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        {Zip}&amp;amp;nbsp;
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                                &amp;lt;tr&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        Link
                                    &amp;lt;/td&amp;gt;
                                    &amp;lt;td&amp;gt;
                                        &amp;lt;a href="{Hyperlink}"&amp;gt;Link&amp;lt;/a&amp;gt;
                                    &amp;lt;/td&amp;gt;
                                &amp;lt;/tr&amp;gt;
                            &amp;lt;/tbody&amp;gt;
                        &amp;lt;/table&amp;gt;
                    &amp;lt;/figure&amp;gt;
                &amp;lt;/td&amp;gt;
                &amp;lt;td&amp;gt;
                    &amp;lt;img src="https://sexoffender.ncsbi.gov/photo.aspx?srn={SRN}"&amp;gt;
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
        &amp;lt;/tbody&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/figure&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp; And the result:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1707318473989.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93927iA257DF80776BD433/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1707318473989.png" alt="jcarlson_0-1707318473989.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any of the tables, cells, etc., can take inline CSS with a &lt;STRONG&gt;style&lt;/STRONG&gt; tag, to make the table nicer to look at, to improve the spacing between elements. You can even force the height and width of the image to fix that vertical stretch.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_1-1707318901248.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93930i8E3C3C02BA750CA8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1707318901248.png" alt="jcarlson_1-1707318901248.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1379114#M57334</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-02-07T15:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Format an AGOL Pop-Up with Images</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1380320#M57389</link>
      <description>&lt;P&gt;This is awesome!!!&amp;nbsp; &amp;nbsp;Thank you!!!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 14:51:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1380320#M57389</guid>
      <dc:creator>JulioGarrido</dc:creator>
      <dc:date>2024-02-09T14:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Format an AGOL Pop-Up with Images</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1380334#M57391</link>
      <description>&lt;P&gt;The new and improved (Thanks to Josh)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JulioGarrido_0-1707491603318.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/94277iBF8D686D371682AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JulioGarrido_0-1707491603318.png" alt="JulioGarrido_0-1707491603318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 15:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/format-an-agol-pop-up-with-images/m-p/1380334#M57391</guid>
      <dc:creator>JulioGarrido</dc:creator>
      <dc:date>2024-02-09T15:13:50Z</dc:date>
    </item>
  </channel>
</rss>

