<?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: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300154#M161541</link>
    <description>&lt;P&gt;@tajones - Just so you know, there is special markup language on this site so certain symbols will transform your post.  Since you are posting sample dashboard code, you'll want the &lt;CODE&gt;&amp;lt; &amp;gt;&lt;/CODE&gt; to render. Simply click on the Code Sample icon to the right of the Blockquote icon in the formatting toolbar. That is how I was able to edit your post/comment so that the &lt;CODE&gt;&amp;lt; &amp;gt;&lt;/CODE&gt; will display and your code rendered properly.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 17:56:49 GMT</pubDate>
    <dc:creator>aaraneta_splunk</dc:creator>
    <dc:date>2017-04-04T17:56:49Z</dc:date>
    <item>
      <title>How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300146#M161533</link>
      <description>&lt;P&gt;I’ve seen this example many time in splunk websites using  tags&lt;BR /&gt;
dashboard-container&lt;BR /&gt;
    dashboard-row&lt;BR /&gt;
        dashboard-cell&lt;BR /&gt;
            dashboard-panel&lt;BR /&gt;
                panel-head&lt;BR /&gt;
                panel-body&lt;BR /&gt;
How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 10:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300146#M161533</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-02T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300147#M161534</link>
      <description>&lt;P&gt;@tajones... any mock screenshot of what you are trying to make? Also what kind of information in each cell, like whether it will be values to be printed using Single Value or HTML panel or else cell displaying a visualization like chart or gauge ot table etc?&lt;/P&gt;

&lt;P&gt;Do you need a layout like attached image? This can be done using simple XML. All your Searches/Visualizations/HTML Panels will go inside each of the Simple XML Panels.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2701i6D331903C3C6CEC6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 13:21:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300147#M161534</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-02T13:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300148#M161535</link>
      <description>&lt;P&gt;Here's my code for 1st row&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div id="panel1" class="dashboard-cell" style="width: 25%;"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element1" class="dashboard-element single" style="width: 50%;"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;DSMQ Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element1" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                    &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href21" href="/app/fd_na_application_monitoring_icto_gfs_monitoring/gfs_dsmq_validation_dashboard?earliest=0&amp;amp;latest=" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;                
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id="panel2" class="dashboard-cell" style="width: 25%;"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element2" class="dashboard-element single" style="width: 100%;"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;FIWS Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element2" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                        &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href22" href="/app/fd_na_application_monitoring_icto_gfs_monitoring/gfs_fiws_validation_dashboard?earliest=0&amp;amp;latest=" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id="panel3" class="dashboard-cell" style="width: 25%"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element3" class="dashboard-element single" style="width: 100%;"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;Paypoint Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element3" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                    &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href23" href="https://l3ppap1009:8000/en-US/app/fd_na_application_monitoring_icto_gfs_monitoring/gfs_paypoint_validation_dashboard?earliest=0&amp;amp;amp;latest=" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id="panel4" class="dashboard-cell" style="width: 25%;"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element4" class="dashboard-element single" style="width: 100%"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;eCustomer Service Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element4" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                    &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href24" href="" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id="panel5" class="dashboard-cell" style="width: 25%;"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element5" class="dashboard-element single" style="width: 100%"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;eMessenger Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element5" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                    &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href24" href="" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;div id="panel6" class="dashboard-cell" style="width: 25%;"&amp;gt;
    &amp;lt;div class="dashboard-panel clearfix"&amp;gt;
        &amp;lt;div class="panel-element-row"&amp;gt;
            &amp;lt;div id="element6" class="dashboard-element single" style="width: 100%"&amp;gt;
                &amp;lt;div class="panel-head"&amp;gt;
                    &amp;lt;h3&amp;gt;Speedpass Application&amp;lt;/h3&amp;gt;
                &amp;lt;/div&amp;gt;
                &amp;lt;div id="body-element6" class="panel-body" style="width: 25%"&amp;gt;&amp;lt;/div&amp;gt;
                    &amp;lt;style&amp;gt;.btn-primary { margin: 5px 10px 5px 0; }&amp;lt;/style&amp;gt;
                    &amp;lt;a id="href24" href="" class="btn btn-primary"&amp;gt;Drill Down&amp;lt;/a&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Apr 2017 14:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300148#M161535</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-02T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300149#M161536</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Your Dashboard with Panels&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 03 Apr 2017 05:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300149#M161536</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-03T05:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300150#M161537</link>
      <description>&lt;P&gt;Put your visualizations/searches and html panels inside the &lt;CODE&gt;&amp;lt;panel&amp;gt;&amp;lt;/panel&amp;gt;&lt;/CODE&gt; block.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 05:02:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300150#M161537</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-03T05:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300151#M161538</link>
      <description>&lt;P&gt;hi, your second row is what i'm looking for.. but using html not xml, how can I achieve this with splunk css?  I have current classes of class="dashboard-body container-fluid main-section-body" data-role="main&lt;BR /&gt;
class="dashboard-row dashboard-row1"&lt;BR /&gt;
class="dashboard-panel clearfix"&amp;gt;&lt;BR /&gt;
class="panel-element-row&lt;BR /&gt;
id="element1" class="dashboard-element single" style="width: 100%&lt;BR /&gt;
class="panel-head"&lt;BR /&gt;
id="body-element1" class="panel-body"&lt;/P&gt;

&lt;P&gt;how can I split panel-element-row or dashboad-element single into two cells? or do I need to use different classes in splunk css?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 10:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300151#M161538</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-03T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300152#M161539</link>
      <description>&lt;P&gt;@tajones... You can then just build Simple XML Dashboard only for second panel and then convert to HTML to see the required code.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 14:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300152#M161539</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-03T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300153#M161540</link>
      <description>&lt;P&gt;Hi, is there a way to send code privately?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300153#M161540</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-04T17:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300154#M161541</link>
      <description>&lt;P&gt;@tajones - Just so you know, there is special markup language on this site so certain symbols will transform your post.  Since you are posting sample dashboard code, you'll want the &lt;CODE&gt;&amp;lt; &amp;gt;&lt;/CODE&gt; to render. Simply click on the Code Sample icon to the right of the Blockquote icon in the formatting toolbar. That is how I was able to edit your post/comment so that the &lt;CODE&gt;&amp;lt; &amp;gt;&lt;/CODE&gt; will display and your code rendered properly.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300154#M161541</guid>
      <dc:creator>aaraneta_splunk</dc:creator>
      <dc:date>2017-04-04T17:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300155#M161542</link>
      <description>&lt;P&gt;@tajones... following is the layout for you.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;div class="dashboard-body container-fluid main-section-body" data-role="main"&amp;gt;
    &amp;lt;div class="dashboard-header clearfix"&amp;gt;
        &amp;lt;h2&amp;gt;Splunk Answers 515385 - Dashboard with cells HTML&amp;lt;/h2&amp;gt;
    &amp;lt;/div&amp;gt;


    &amp;lt;div id="row1" class="dashboard-row dashboard-row1"&amp;gt;
        &amp;lt;div id="panel1" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel2" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel3" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel4" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel5" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel6" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="row2" class="dashboard-row dashboard-row2"&amp;gt;
        &amp;lt;div id="panel7" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel8" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel9" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel10" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel11" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel12" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel13" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel14" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel15" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel16" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel17" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel18" class="dashboard-cell" style="width: 8.33%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;div id="row3" class="dashboard-row dashboard-row3"&amp;gt;
        &amp;lt;div id="panel19" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel20" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel21" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel22" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel23" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
        &amp;lt;div id="panel24" class="dashboard-cell" style="width: 16.66%;"&amp;gt;
            &amp;lt;div class="dashboard-panel clearfix"&amp;gt;

            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Apr 2017 20:12:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300155#M161542</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-04-04T20:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300156#M161543</link>
      <description>&lt;P&gt;I could not upload file to web site, i'm uploading first screenshot.&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2702i4C7659004D4E9667/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt; &lt;BR /&gt;
1.  I have 6 columns to display different segments of my application (web, application, database url monitoring, transaction and VM/ESXI&lt;BR /&gt;
2.  Then I have an image that is rendered red or green depending on validation code checking on any violations that occurred for each server in my splunk kvstore&lt;BR /&gt;
3.  drill down link to application dashboards&lt;BR /&gt;
What I would like to do with this screen layout is take each cell or column depending on your definition&lt;BR /&gt;
And split it into two rows, with top row split into two columns. The top two colums will contain the image circle on left and right column will contain the text(ex: web, application, database…etc). The Bottom row will contain the dirlldown button, centered on bottom row. I’m having trouble doing this, because I’m not understanding splunk css style sheets and how to break down the exact grid layout I want.  &lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:55:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300156#M161543</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-05T01:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300157#M161544</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2703iDF1B9D97FB95C382/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I uploaded two screenshots with attachment. &lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:55:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300157#M161544</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2017-04-05T01:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300158#M161545</link>
      <description>&lt;P&gt;I recommend sticking with SimpleXML whenever possible.  But, when using HTML for dashboards, you do not have to use Splunk's classes.  In this case, I would recommend using your own layout HTML with your own CSS.  This would be the least fragile method as Splunk's CSS classes may change over time.&lt;/P&gt;

&lt;P&gt;Put your CSS in the following directory:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/apps/YOUR_APP/appserver/static
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then, reference this stylesheet in your HTML like so:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;head&amp;gt;
     &amp;lt;link rel="stylesheet" type="text/css" href="/static/app/YOUR_APP/YOUR_STYLESHEET.css" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is similar to your other tabs question -&amp;gt; &lt;A href="https://answers.splunk.com/answers/515405/how-to-build-menu-tabs-using-splunk-css-in-html.html"&gt;https://answers.splunk.com/answers/515405/how-to-build-menu-tabs-using-splunk-css-in-html.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 19:13:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300158#M161545</guid>
      <dc:creator>jconger</dc:creator>
      <dc:date>2017-04-05T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I build html page, using splunk css, build row with six columns and each column/cell split into two rows with top row split into two columns/cells?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300159#M161546</link>
      <description>&lt;P&gt;delete post please&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 21:33:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-build-html-page-using-splunk-css-build-row-with-six/m-p/300159#M161546</guid>
      <dc:creator>tajones</dc:creator>
      <dc:date>2019-07-05T21:33:14Z</dc:date>
    </item>
  </channel>
</rss>

