<?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 Simple.XML - Stop HTML  from going to new row in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394918#M25846</link>
    <description>&lt;P&gt;I'm trying to implement a solution similar to &lt;A href="https://answers.splunk.com/answers/149649/clean-all-filter-inputs-with-a-button.html"&gt;https://answers.splunk.com/answers/149649/clean-all-filter-inputs-with-a-button.html&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The one issue I am having is the HTML is displaying on a new row. Want it aligned with the other INPUTs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;html&amp;gt;&amp;lt;a&amp;gt;Reset Filters&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6353i6D9F665C70027D14/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jan 2019 17:17:46 GMT</pubDate>
    <dc:creator>simpkins1958</dc:creator>
    <dc:date>2019-01-09T17:17:46Z</dc:date>
    <item>
      <title>Simple.XML - Stop HTML  from going to new row</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394918#M25846</link>
      <description>&lt;P&gt;I'm trying to implement a solution similar to &lt;A href="https://answers.splunk.com/answers/149649/clean-all-filter-inputs-with-a-button.html"&gt;https://answers.splunk.com/answers/149649/clean-all-filter-inputs-with-a-button.html&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;The one issue I am having is the HTML is displaying on a new row. Want it aligned with the other INPUTs.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;      &amp;lt;/change&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;html&amp;gt;&amp;lt;a&amp;gt;Reset Filters&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;
  &amp;lt;/fieldset&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/6353i6D9F665C70027D14/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 17:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394918#M25846</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2019-01-09T17:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple.XML - Stop HTML  from going to new row</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394919#M25847</link>
      <description>&lt;P&gt;@simpkins1958 test the following CSS override and confirm:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     &amp;lt;html&amp;gt;
          &amp;lt;a id="anchor_reset"&amp;gt;Reset Filters&amp;lt;/a&amp;gt;
     &amp;lt;/html&amp;gt;
   &amp;lt;/fieldset&amp;gt;
   &amp;lt;row depends="$alwaysHideCSSPanel$"&amp;gt;
     &amp;lt;panel&amp;gt;
       &amp;lt;html&amp;gt;
         &amp;lt;style&amp;gt;
           a#anchor_reset{
              position: relative;
              top: 30px;
              padding-right: 10px;           
           }
           .fieldset{
              display: flex;
           }
         &amp;lt;/style&amp;gt;
       &amp;lt;/html&amp;gt;
     &amp;lt;/panel&amp;gt;
   &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Jan 2019 18:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394919#M25847</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-01-09T18:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple.XML - Stop HTML  from going to new row</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394920#M25848</link>
      <description>&lt;P&gt;Works perfectly. Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 18:56:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Simple-XML-Stop-HTML-from-going-to-new-row/m-p/394920#M25848</guid>
      <dc:creator>simpkins1958</dc:creator>
      <dc:date>2019-01-09T18:56:39Z</dc:date>
    </item>
  </channel>
</rss>

