<?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 How do you make table borders invisible in a Story Map? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-do-you-make-table-borders-invisible-in-a-story/m-p/289510#M14426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the Story Map Series template for one of our AGOL web apps. I have information that I want to show in the sidebar, and this information is best presented in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create the table just fine - no problem with that. But when I view the app, it shows the table borders, as shown in this screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/436730_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want the table borders to show. I thought about using the &amp;lt;style&amp;gt; tag to make the borders black, but I haven't been able to get that to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code that I'm using to create the table:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;table border="1" bordercolor="black" cellpadding="0" cellspacing="0" width="200"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tbody&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 1&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 4&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 7&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 2&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 5&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 8&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 3&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 6&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 9&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;&lt;/PRE&gt;&lt;P&gt;Any ideas on how I can make the table borders invisible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:17:50 GMT</pubDate>
    <dc:creator>ScottMcGee4</dc:creator>
    <dc:date>2021-12-12T16:17:50Z</dc:date>
    <item>
      <title>How do you make table borders invisible in a Story Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-you-make-table-borders-invisible-in-a-story/m-p/289510#M14426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the Story Map Series template for one of our AGOL web apps. I have information that I want to show in the sidebar, and this information is best presented in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create the table just fine - no problem with that. But when I view the app, it shows the table borders, as shown in this screenshot:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/436730_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want the table borders to show. I thought about using the &amp;lt;style&amp;gt; tag to make the borders black, but I haven't been able to get that to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code that I'm using to create the table:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;table border="1" bordercolor="black" cellpadding="0" cellspacing="0" width="200"&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tbody&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 1&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 4&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 7&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 2&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 5&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 8&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 3&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 6&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;Item 9&amp;lt;/td&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;&lt;/PRE&gt;&lt;P&gt;Any ideas on how I can make the table borders invisible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-you-make-table-borders-invisible-in-a-story/m-p/289510#M14426</guid>
      <dc:creator>ScottMcGee4</dc:creator>
      <dc:date>2021-12-12T16:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do you make table borders invisible in a Story Map?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-do-you-make-table-borders-invisible-in-a-story/m-p/289511#M14427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out how to get the results that I wanted, but the solution was to ditch the table. Instead, I faked the look of a table by simply inserting a series of periods between each piece of information that I wanted to display in a table-like fashion, and since the text is displayed on a black background, I made the periods black also, so they don't show. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 15px;"&gt;Item1.....Item4.....Item7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 15px;"&gt;Item2.....Item5.....Item8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new, courier, monospace; font-size: 15px;"&gt;Item3.....Item6.....Item9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what the final result looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/436884_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And here's what it looks like when I highlight the text in the sidebar:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/436885_pastedImage_8.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did all sorts of Googling and trial-and-error with HTML in trying to make the table borders not show up, but I've come to the conclusion that it's probably not possible to do that in the current version of AGOL. My solution isn't elegant, but it gets the result that I wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 03:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-do-you-make-table-borders-invisible-in-a-story/m-p/289511#M14427</guid>
      <dc:creator>ScottMcGee4</dc:creator>
      <dc:date>2019-02-08T03:33:46Z</dc:date>
    </item>
  </channel>
</rss>

