<?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: HTML coding in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239698#M10415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can clarify for me a bit, perhaps I can help you.&amp;nbsp; Are you wanting to embed the HTML in your Excel? Are you trying to highlight and/or bold the content of the cell using HTML?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2019 20:14:00 GMT</pubDate>
    <dc:creator>ChrisMartinez</dc:creator>
    <dc:date>2019-05-30T20:14:00Z</dc:date>
    <item>
      <title>HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239697#M10414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My question relates to HTML coding. I make a lot of maps that show the chemical makeup of groundwater samples. In Desktop, I copy cells from an excel table and paste it as a graphic in an mxd. Generally, the graphic has 2 columns. The left column is the chemical abbreviation and the right column is a number. If the number exceeds a specific value, I make the number bold and sometimes highlight it. I'm trying to figure out how to include the HTML language in the excel table and then join the table to my feature class. Once joined, I will use the label feature and adjust as necessary. Attached is an example of what the final product needs to look like. Does anyone have any examples or thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 19:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239697#M10414</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-05-30T19:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239698#M10415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can clarify for me a bit, perhaps I can help you.&amp;nbsp; Are you wanting to embed the HTML in your Excel? Are you trying to highlight and/or bold the content of the cell using HTML?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 20:14:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239698#M10415</guid>
      <dc:creator>ChrisMartinez</dc:creator>
      <dc:date>2019-05-30T20:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239699#M10416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, I would like to add the HTML coding within each highlighted/bolded cell. That way, when I join the excel table to my feature class and then label each point location, the HTML will make the text appear with the bold/highlight. For example, what little I know about HTML....If I&amp;nbsp;enter "&amp;amp;lt;1.0" in a cell, it will display "&amp;lt;1.0" on my map after I chose the label field that contains that coding.&lt;/P&gt;&lt;P&gt;FYI...I'm trying to learn HTML coding since Pro does not support pasting graphics onto a map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 20:35:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239699#M10416</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-05-30T20:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239700#M10417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so in your cells you will use the CONCAT function to string together your HTML formatting, like so:&lt;/P&gt;&lt;P&gt;=CONCAT("&amp;lt;b&amp;gt;",&amp;nbsp;&lt;EM&gt;some value&lt;/EM&gt; ,"&amp;lt;/b&amp;gt;")&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&lt;EM&gt;some value&amp;nbsp;&lt;/EM&gt;could be text or a reference to another cell in your spreadsheet.&amp;nbsp; You could even get fancy and put conditions around the formatting such that it would only apply if those conditions are met.&lt;/P&gt;&lt;P&gt;Let me know if that is what you are looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 20:59:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239700#M10417</guid>
      <dc:creator>ChrisMartinez</dc:creator>
      <dc:date>2019-05-30T20:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239701#M10418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, Do you know what the HTML code would be to highlight the cell? Is that even possible since it's technically not a cell? Please refer to the pdf I attached to the original post. I have the &amp;lt;bol&amp;gt;, &amp;lt;clr&amp;gt;, &amp;lt;fnt&amp;gt;, etc... nailed down. Just highlighting an entire cell has me baffled. I very much appreciate you help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 21:05:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239701#M10418</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-05-30T21:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239702#M10419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah for that bit you actually need to add a little bit of CSS styling into the tag&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;=CONCAT("&amp;lt;b&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;style=""background-color:powderblue;""&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;gt;",&amp;nbsp;&lt;/SPAN&gt;&lt;EM style="background-color: #ffffff; border: 0px;"&gt;some value&lt;/EM&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;,"&amp;lt;/b&amp;gt;")&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tricky bit here is to make sure that you double your double quotes for the style portion.&amp;nbsp; Normally you wouldn't need to do that, but since you are having Excel create a literal string that has quotes in it, you have to escape them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 21:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239702#M10419</guid>
      <dc:creator>ChrisMartinez</dc:creator>
      <dc:date>2019-05-30T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239703#M10420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;For whatever reason, either ESRI or my browser will not allow me to upload the attached jpg, so I’m emailing it to you. As you can see in the jpg, the coding you sent is not working properly. Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Thomas York, GIS Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P: 717-525-2571&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2019 16:17:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239703#M10420</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-06-03T16:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239704#M10421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the code is not being interpreted&amp;nbsp;and is being output as a literal text string.&amp;nbsp; I've not messed with HTML inside Pro, I was just going off my web development background.&amp;nbsp; Let me experiment a bit and see if I can get it to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 20:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239704#M10421</guid>
      <dc:creator>ChrisMartinez</dc:creator>
      <dc:date>2019-06-06T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239705#M10422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pro picks up the  etc… coding. I’m wondering if there is a “ or ‘ in the wrong place. I tried lots of variations and couldn’t get it to work. Thank you for your help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Thomas York, GIS Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P: 717-525-2571&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 20:32:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239705#M10422</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-06-06T20:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239706#M10423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize, I have led you astray.&amp;nbsp; I should have thought about your OP more carefully before I answered.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formatting you want to accomplish needs to be done as a label expression.&amp;nbsp; You can do all sorts of neat things with it, but idea would go like this in Arcade:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&amp;lt;CLR red="255"&amp;gt;" + &lt;STRONG&gt;$feature.OBJECTID&lt;/STRONG&gt; + "&amp;lt;/CLR&amp;gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This bit of code would&amp;nbsp;make the field (objectid) I pulled from my data set red.&amp;nbsp; You can see the full list of text formatting tags and how they work here:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/mapping/text/text-formatting-tags.htm"&gt;https://pro.arcgis.com/en/pro-app/help/mapping/text/text-formatting-tags.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also use it to build up conditions so that IF a value is greater that x, do this IF NOT do that.&lt;/P&gt;&lt;P&gt;All that is covered here:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm"&gt;https://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Again I'm sorry for sending you down the wrong path initially, hopefully this will get you back on the right one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 21:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239706#M10423</guid>
      <dc:creator>ChrisMartinez</dc:creator>
      <dc:date>2019-06-06T21:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTML coding</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239707#M10424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;It appears that what I am trying to do is not possible. Within the links you provided, there is a list titled, “Available text for formatting tags” and “highlighting” text is not listed. I appreciate all the help and effort you provided!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Thomas York, GIS Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P: 717-525-2571&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2019 19:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/html-coding/m-p/239707#M10424</guid>
      <dc:creator>ThomasYork3</dc:creator>
      <dc:date>2019-06-10T19:02:23Z</dc:date>
    </item>
  </channel>
</rss>

