<?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 to add a new line in dashboard title tag in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464635#M33021</link>
    <description>&lt;P&gt;If it helps then please upvote and accept the answer to help future readers.&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2020 12:18:50 GMT</pubDate>
    <dc:creator>493669</dc:creator>
    <dc:date>2020-05-25T12:18:50Z</dc:date>
    <item>
      <title>How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464630#M33016</link>
      <description>&lt;P&gt;Hi all&lt;BR /&gt;I want to add new line in dashboard title tag&lt;/P&gt;
&lt;P&gt;for instance,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt; hello world&amp;lt;/title&amp;gt;
  &amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;result value is below&lt;/P&gt;
&lt;P&gt;hello&lt;BR /&gt;world&lt;/P&gt;
&lt;P&gt;Is it possible thing?&lt;BR /&gt;Thanks all&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 21:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464630#M33016</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-06-05T21:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464631#M33017</link>
      <description>&lt;P&gt;To Add any line in Dashboard title you can add in xml/ui directly. For xml, under label tag you add dashboard title-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;label&amp;gt;hello world&amp;lt;/label&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 May 2020 10:16:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464631#M33017</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2020-05-25T10:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464632#M33018</link>
      <description>&lt;P&gt;There is no way using only title tag?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;     &amp;lt;title&amp;gt; hello \n world&amp;lt;/title&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;like&lt;BR /&gt;
hello&lt;BR /&gt;
world&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 11:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464632#M33018</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-05-25T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464633#M33019</link>
      <description>&lt;P&gt;using title tag you can add title to table.&lt;BR /&gt;
If you want to add multiline title then you can use html tag like below-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row&amp;gt;
                      &amp;lt;panel&amp;gt;
                        &amp;lt;html&amp;gt;
                        &amp;lt;div style="text-align: center;"&amp;gt;
                          &amp;lt;h1&amp;gt;MY TITLE&amp;lt;/h1&amp;gt; &amp;amp;lt;br/&amp;amp;gt;  &amp;lt;h1&amp;gt;FOLLOWING MY TILTLE&amp;lt;/h1&amp;gt;
                        &amp;lt;/div&amp;gt;
                      &amp;lt;/panel&amp;gt;
                    &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 May 2020 11:54:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464633#M33019</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2020-05-25T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464634#M33020</link>
      <description>&lt;P&gt;This is what I wanted !&lt;BR /&gt;
Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 12:16:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464634#M33020</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-05-25T12:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464635#M33021</link>
      <description>&lt;P&gt;If it helps then please upvote and accept the answer to help future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 12:18:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464635#M33021</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2020-05-25T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to add a new line in dashboard title tag</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464636#M33022</link>
      <description>&lt;P&gt;yes. I did&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 12:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-a-new-line-in-dashboard-title-tag/m-p/464636#M33022</guid>
      <dc:creator>tkdguq0110</dc:creator>
      <dc:date>2020-05-25T12:23:23Z</dc:date>
    </item>
  </channel>
</rss>

