<?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: Help With Embedded HTML - Can't Find the Unsupported Part(s) in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1358029#M9759</link>
    <description>&lt;P&gt;I am no longer seeing this warning, even after adding some additional styling to some of the elements&lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2023 16:29:26 GMT</pubDate>
    <dc:creator>MattChomicky1</dc:creator>
    <dc:date>2023-12-07T16:29:26Z</dc:date>
    <item>
      <title>Help With Embedded HTML - Can't Find the Unsupported Part(s)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1306161#M7545</link>
      <description>&lt;P&gt;I'm having an issue with an HTML table I'm trying to place into an Embed widget showing a warning that "&lt;SPAN&gt;This embedded HTML code will go out of support soon".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have checked the reference on supported HTML and supported tags, and cannot find anything that I'm using in my code that is not listed in the supported tags or attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I just need another pair of eyes on it, or a sanity check that what I'm trying to do&amp;nbsp;&lt;EM&gt;should&lt;/EM&gt; be supported.&lt;/P&gt;&lt;P&gt;Here is the full code I was trying to use originally:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;style&amp;gt;
	h3,
	p {
		color: white
	}
&amp;lt;/style&amp;gt;
&amp;lt;table align="center" border="1" cellpadding="0" cellspacing="0" style="width:100%;"&amp;gt;
	&amp;lt;h3 style="text-align: center"&amp;gt;&amp;lt;strong&amp;gt;Proposed PFAS MCLs&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Contaminant&amp;lt;/p&amp;gt;
		&amp;lt;/th&amp;gt;
		&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;MCL (ng/L)&amp;lt;/p&amp;gt;
		&amp;lt;/th&amp;gt;
		&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Chemical Abstract Services Registry Number (CASRN)&amp;lt;/p&amp;gt;
		&amp;lt;/th&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorononanoic Acid (PFNA)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;6&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;375-95-1&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorooctanoic Acid (PFOA)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;8&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;335-67-1&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorooctane Sulfonic Acid (PFOS)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;16&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;1763-23-1&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorohexane Sulfonic Acid (PFHxS)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;51&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;355-46-4&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Hexafluoropropylene Oxide Dimer Acid (HFPO-DA)&amp;lt;br /&amp;gt;
				(a GenX compound)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;370&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;13252-13-6&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorobutane Sulfonic Acid (PFBS)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;420&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;375-73-5&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
	&amp;lt;tr&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorohexanoic Acid (PFHxA)&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;400,000&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
		&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;307-24-4&amp;lt;/p&amp;gt;
		&amp;lt;/td&amp;gt;
	&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;&amp;lt;br /&amp;gt;
&amp;lt;div&amp;gt;Source: &amp;lt;i&amp;gt;PFAS Response - PFAS MCLs and Drinking Water. &amp;lt;/i&amp;gt;&amp;lt;a
		href="https://www.michigan.gov/pfasresponse/0,9038,7-365-95571_99970---,00.html"
		target="_blank"&amp;gt;https://www.michigan.gov/pfasresponse/0,9038,7-365-95571_99970---,00.html&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried making a pass at it and removing certain tags and attributes that maybe weren't supported:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;table align="center" border="1" cellpadding="0" cellspacing="0" style="width:100%;"&amp;gt;
	&amp;lt;h3 style="text-align: center"&amp;gt;&amp;lt;strong&amp;gt;Proposed PFAS MCLs&amp;lt;/strong&amp;gt;&amp;lt;/h3&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Contaminant&amp;lt;/p&amp;gt;
			&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;MCL (ng/L)&amp;lt;/p&amp;gt;
			&amp;lt;/th&amp;gt;
			&amp;lt;th&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Chemical Abstract Services Registry Number (CASRN)&amp;lt;/p&amp;gt;
			&amp;lt;/th&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorononanoic Acid (PFNA)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;6&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;375-95-1&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorooctanoic Acid (PFOA)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;8&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;335-67-1&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorooctane Sulfonic Acid (PFOS)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;16&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;1763-23-1&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorohexane Sulfonic Acid (PFHxS)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;51&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;355-46-4&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Hexafluoropropylene Oxide Dimer Acid (HFPO-DA)
			(a GenX compound)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;370&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;13252-13-6&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorobutane Sulfonic Acid (PFBS)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;420&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;375-73-5&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
		&amp;lt;tr&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;Perfluorohexanoic Acid (PFHxA)&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;400,000&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
			&amp;lt;td&amp;gt;
			&amp;lt;p style="text-align: center;"&amp;gt;307-24-4&amp;lt;/p&amp;gt;
			&amp;lt;/td&amp;gt;
		&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;div&amp;gt;Source: &amp;lt;i&amp;gt;PFAS Response - PFAS MCLs and Drinking Water. &amp;lt;/i&amp;gt;&amp;lt;a href="https://www.michigan.gov/pfasresponse/0,9038,7-365-95571_99970---,00.html"&amp;gt;https://www.michigan.gov/pfasresponse/0,9038,7-365-95571_99970---,00.html&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on how I can get this warning to stop is appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 14:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1306161#M7545</guid>
      <dc:creator>MattChomicky1</dc:creator>
      <dc:date>2023-07-06T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Embedded HTML - Can't Find the Unsupported Part(s)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1352839#M9512</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/214455"&gt;@MattChomicky1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The warning indicates that something in this code will be sanitized.&lt;/P&gt;&lt;P&gt;Tried your second code, the table, and the source line show up in the embedded codes - some styles might be missing so you may want to double-check on that. Let us know if you still encounter issues on this.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2023 02:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1352839#M9512</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2023-11-23T02:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help With Embedded HTML - Can't Find the Unsupported Part(s)</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1358029#M9759</link>
      <description>&lt;P&gt;I am no longer seeing this warning, even after adding some additional styling to some of the elements&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2023 16:29:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/help-with-embedded-html-can-t-find-the-unsupported/m-p/1358029#M9759</guid>
      <dc:creator>MattChomicky1</dc:creator>
      <dc:date>2023-12-07T16:29:26Z</dc:date>
    </item>
  </channel>
</rss>

