<?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 help on panel with an h1 menu on the top in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524528#M35524</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I use the code below in order to display an &amp;lt;h1&amp;gt; title at the bottom of 2 single panel&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to do the same thing but I need an &amp;lt;h1&amp;gt; title for each single panel and to have the 2 single panel side by side&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt; 
      &amp;lt;html&amp;gt;
         &amp;lt;h1&amp;gt;
          &amp;lt;center&amp;gt;HARDWARE and COMPLIANCE&amp;lt;/center&amp;gt;
          &amp;lt;/h1&amp;gt; 
       &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;  
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 05:14:39 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2020-10-14T05:14:39Z</dc:date>
    <item>
      <title>help on panel with an h1 menu on the top</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524528#M35524</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I use the code below in order to display an &amp;lt;h1&amp;gt; title at the bottom of 2 single panel&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to do the same thing but I need an &amp;lt;h1&amp;gt; title for each single panel and to have the 2 single panel side by side&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt; 
      &amp;lt;html&amp;gt;
         &amp;lt;h1&amp;gt;
          &amp;lt;center&amp;gt;HARDWARE and COMPLIANCE&amp;lt;/center&amp;gt;
          &amp;lt;/h1&amp;gt; 
       &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;  
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to do this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 05:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524528#M35524</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-10-14T05:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: help on panel with an h1 menu on the top</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524530#M35526</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Single Panel - Test&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults | eval count="100"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        
      &amp;lt;/single&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h1 align="center"&amp;gt; hello master &amp;lt;/h1&amp;gt;
        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| makeresults | eval count="50"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/single&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;h1 align="center"&amp;gt; hello student &amp;lt;/h1&amp;gt;
        &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Oct 2020 05:39:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524530#M35526</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-10-14T05:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: help on panel with an h1 menu on the top</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524531#M35527</link>
      <description>&lt;P&gt;not good&lt;/P&gt;&lt;P&gt;I need "hello master" and "hello student" at the top pof the single panels with a green background&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 05:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/help-on-panel-with-an-h1-menu-on-the-top/m-p/524531#M35527</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2020-10-14T05:55:47Z</dc:date>
    </item>
  </channel>
</rss>

