<?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 My custom HTML popup keeps changing the code. How do I fix this? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/my-custom-html-popup-keeps-changing-the-code-how/m-p/423606#M21377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following code as my popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table style= "background-color:#E1E1E1"&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2" style= "background-color:#3C4859"&amp;gt; &amp;lt;b&amp;gt; &amp;lt;font color = "#FFFFFF"&amp;gt;{counties_NAME}&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; Income spent on Housing &amp;amp;amp; Transportation...&amp;lt;/b&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FFFFFF" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FFC171" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FD7155" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#E94749" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#C03351" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td width="250"&amp;gt;&amp;lt;font color="{expression/expr0}" size="9"&amp;gt;{ht_index_data_v3_csv_ht_ami}%&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine for a while, but then all the background colors will disappear. The code then looks like this without me changing anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; &amp;lt;font&amp;gt;{counties_NAME}&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; Income spent on Housing &amp;amp;amp; Transportation...&amp;lt;/b&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td width="250"&amp;gt;&amp;lt;font color="{expression/expr0}" size="9"&amp;gt;{ht_index_data_v3_csv_ht_ami}%&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with the issue would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2019 03:11:33 GMT</pubDate>
    <dc:creator>ChadHenry</dc:creator>
    <dc:date>2019-11-13T03:11:33Z</dc:date>
    <item>
      <title>My custom HTML popup keeps changing the code. How do I fix this?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-custom-html-popup-keeps-changing-the-code-how/m-p/423606#M21377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following code as my popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table style= "background-color:#E1E1E1"&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2" style= "background-color:#3C4859"&amp;gt; &amp;lt;b&amp;gt; &amp;lt;font color = "#FFFFFF"&amp;gt;{counties_NAME}&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; Income spent on Housing &amp;amp;amp; Transportation...&amp;lt;/b&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FFFFFF" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FFC171" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#FD7155" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#E94749" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td style= "background-color:#C03351" height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td width="250"&amp;gt;&amp;lt;font color="{expression/expr0}" size="9"&amp;gt;{ht_index_data_v3_csv_ht_ami}%&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works fine for a while, but then all the background colors will disappear. The code then looks like this without me changing anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; &amp;lt;font&amp;gt;{counties_NAME}&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&amp;lt;td colspan="2"&amp;gt; &amp;lt;b&amp;gt; Income spent on Housing &amp;amp;amp; Transportation...&amp;lt;/b&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt;&lt;BR /&gt; &amp;lt;td&amp;gt;&lt;BR /&gt; &amp;lt;table&amp;gt;&lt;BR /&gt; &amp;lt;tbody&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;tr&amp;gt; &amp;lt;td height="15" width="15"&amp;gt; &amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt; &amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;BR /&gt; &amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;td width="250"&amp;gt;&amp;lt;font color="{expression/expr0}" size="9"&amp;gt;{ht_index_data_v3_csv_ht_ami}%&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt; &amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with the issue would be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 03:11:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-custom-html-popup-keeps-changing-the-code-how/m-p/423606#M21377</guid>
      <dc:creator>ChadHenry</dc:creator>
      <dc:date>2019-11-13T03:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: My custom HTML popup keeps changing the code. How do I fix this?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-custom-html-popup-keeps-changing-the-code-how/m-p/423607#M21378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/157406"&gt;Chad Henry&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long does the pop-up work before the colors are stripped?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the HTML Tags used look to be supported, and if they weren't they would be filtered upon saving the pop-up:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/reference/supported-html.htm" title="https://doc.arcgis.com/en/arcgis-online/reference/supported-html.htm"&gt;Supported HTML—ArcGIS Online Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have your HTML set up in a pop-up right now and it is currently working - I will keep an eye on it and see if anything changes. If you haven't contacted&amp;nbsp;&lt;A class="link-titled" href="https://support.esri.com/en/contact-tech-support" title="https://support.esri.com/en/contact-tech-support"&gt;Esri Support&lt;/A&gt;&amp;nbsp;yet, they can take a closer look at the issue. Let me know if you want me to help out getting a Support case created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2020 17:57:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-custom-html-popup-keeps-changing-the-code-how/m-p/423607#M21378</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-01-06T17:57:18Z</dc:date>
    </item>
  </channel>
</rss>

