<?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 Style Formatting Issues in Hub in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443274#M2252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I'm trying that and while the rest of the text in the hub now matches the theme.&amp;nbsp; The specific colors I want in the footer aren't changing.&amp;nbsp;I'm sure I'm missing something but I can't figure it out.&amp;nbsp; Do you see anything wrong with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;h6 style="color: rgb(255, 255, 255);"&amp;gt;Street&amp;lt;br&amp;gt;City, NJ 07927&amp;lt;/h6&amp;gt;&amp;lt;p style="color: rgb(255, 255, 255);"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.footer {&lt;BR /&gt;&amp;nbsp;a:link {&lt;BR /&gt;&amp;nbsp; color: green;&lt;BR /&gt;&amp;nbsp; background-color: #000000;&lt;BR /&gt;&amp;nbsp; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:visited {&lt;BR /&gt;&amp;nbsp; color: pink;&lt;BR /&gt;&amp;nbsp; background-color: #000000;&lt;BR /&gt;&amp;nbsp; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:hover {&lt;BR /&gt;&amp;nbsp; color: red;&lt;BR /&gt;&amp;nbsp; background-color: transparent;&lt;BR /&gt;&amp;nbsp; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt;a:active {&lt;BR /&gt;&amp;nbsp; color: yellow;&lt;BR /&gt;&amp;nbsp; background-color: transparent;&lt;BR /&gt;&amp;nbsp; text-decoration: underline;&lt;BR /&gt;}}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;div class="footer"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;a href="www.google.com"&amp;gt;website&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2020 17:46:06 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-09-03T17:46:06Z</dc:date>
    <item>
      <title>HTML Style Formatting Issues in Hub</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443272#M2250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a hub site.&amp;nbsp; I've already set the overall theme for body text, body links etc.&amp;nbsp; The Body text color is black, and the link color is purple. The settings are perfect for the overall site, however for my footer which has a purple background, I want to add custom text formatting using HTML.&amp;nbsp; Specifically I have links that&amp;nbsp;I want to style in white&amp;nbsp;so it stands out against the purple.&amp;nbsp; The problem is, when I format this, it works but then ALL the links throughout the site, also get changed.&amp;nbsp; When I update the theme colors, then EVERYTHING gets changed back to the theme colors.&amp;nbsp; I don't understand what's happening.&amp;nbsp; &amp;nbsp; &amp;nbsp;I added the code below, let me know if I've done something wrong!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;h2 id="contact-us"&amp;gt;Contact Us&amp;lt;/h2&amp;gt;&amp;lt;h6&amp;gt;Street&amp;lt;br&amp;gt;City, State&amp;nbsp;123456&amp;lt;/h6&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;a:link {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:visited {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:hover {&lt;BR /&gt; color: red;&lt;BR /&gt; background-color: white;&lt;BR /&gt; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt;a:active {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt; &lt;BR /&gt;a:link {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:visited {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:hover {&lt;BR /&gt; color: red;&lt;BR /&gt; background-color: white;&lt;BR /&gt; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt;a:active {&lt;BR /&gt; color: white;&lt;BR /&gt; background-color: transparent;&lt;BR /&gt; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="www.google.com" target="_blank"&amp;gt;Website&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="mailto:google@gmail.com" target="_blank"&amp;gt;Email Us&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;p&amp;gt; &lt;BR /&gt;&amp;lt;a href="tel:1234567890" target="_blank"&amp;gt;Call Us at 111-111-1111&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;br&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;p&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 13:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443272#M2250</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-03T13:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Style Formatting Issues in Hub</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443273#M2251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like you need CSS encapsulation (the idea that you'll assign objects a class so you can target just those objects with your style).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rows have an advanced option called "Row Class Name" which lets you add a class to the row that can be useful in encapsulating the style...or you can add classes to your custom HTML and then style them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an example&amp;nbsp;HTML&amp;nbsp;that uses a class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div class="&lt;STRONG&gt;mycustomrules&lt;/STRONG&gt;"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://google.com"&amp;gt;a link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your CSS could be updated to:&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666666; background-color: #f6f6f6; font-weight: normal; text-decoration: none; font-size: 14px;"&gt;.&lt;STRONG&gt;mycustomrules&lt;/STRONG&gt; a:link {&lt;/SPAN&gt;&lt;BR style="color: #666666; font-weight: normal; text-decoration: none; font-size: 14px;" /&gt;&lt;SPAN style="color: #666666; background-color: #f6f6f6; font-weight: normal; text-decoration: none; font-size: 14px;"&gt;color: white;&lt;/SPAN&gt;&lt;BR style="color: #666666; font-weight: normal; text-decoration: none; font-size: 14px;" /&gt;&lt;SPAN style="color: #666666; background-color: #f6f6f6; font-weight: normal; text-decoration: none; font-size: 14px;"&gt;background-color: transparent;&lt;/SPAN&gt;&lt;BR style="color: #666666; font-weight: normal; text-decoration: none; font-size: 14px;" /&gt;&lt;SPAN style="color: #666666; background-color: #f6f6f6; font-weight: normal; text-decoration: none; font-size: 14px;"&gt;text-decoration: none;&lt;/SPAN&gt;&lt;BR style="color: #666666; font-weight: normal; text-decoration: none; font-size: 14px;" /&gt;&lt;SPAN style="color: #666666; background-color: #f6f6f6; font-weight: normal; text-decoration: none; font-size: 14px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;```&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The row card offers a way to put a custom class on the row so you can target all links in a row for example. This is useful if you aren't writing custom HTML but rather are looking to style Hub's cards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443273#M2251</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-03T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Style Formatting Issues in Hub</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443274#M2252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I'm trying that and while the rest of the text in the hub now matches the theme.&amp;nbsp; The specific colors I want in the footer aren't changing.&amp;nbsp;I'm sure I'm missing something but I can't figure it out.&amp;nbsp; Do you see anything wrong with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;lt;h6 style="color: rgb(255, 255, 255);"&amp;gt;Street&amp;lt;br&amp;gt;City, NJ 07927&amp;lt;/h6&amp;gt;&amp;lt;p style="color: rgb(255, 255, 255);"&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.footer {&lt;BR /&gt;&amp;nbsp;a:link {&lt;BR /&gt;&amp;nbsp; color: green;&lt;BR /&gt;&amp;nbsp; background-color: #000000;&lt;BR /&gt;&amp;nbsp; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:visited {&lt;BR /&gt;&amp;nbsp; color: pink;&lt;BR /&gt;&amp;nbsp; background-color: #000000;&lt;BR /&gt;&amp;nbsp; text-decoration: none;&lt;BR /&gt;}&lt;BR /&gt;a:hover {&lt;BR /&gt;&amp;nbsp; color: red;&lt;BR /&gt;&amp;nbsp; background-color: transparent;&lt;BR /&gt;&amp;nbsp; text-decoration: underline;&lt;BR /&gt;}&lt;BR /&gt;a:active {&lt;BR /&gt;&amp;nbsp; color: yellow;&lt;BR /&gt;&amp;nbsp; background-color: transparent;&lt;BR /&gt;&amp;nbsp; text-decoration: underline;&lt;BR /&gt;}}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;lt;div class="footer"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;a href="www.google.com"&amp;gt;website&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443274#M2252</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-03T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Style Formatting Issues in Hub</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443275#M2253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using the footer CSS editor...we use an independent CSS editor here because the footer is on all sub pages / search pages / dataset pages&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2020 17:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/html-style-formatting-issues-in-hub/m-p/443275#M2253</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-09-03T17:55:29Z</dc:date>
    </item>
  </channel>
</rss>

