<?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: Italicize Text inside a Splunk Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547371#M37637</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Thank you, Originally I tried that but it creates&amp;nbsp; a whole new "Panel" .&amp;nbsp; At this point I am starting to believe italics cannot be done inside the description tags.&amp;nbsp; Correct me if I'm wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
    <pubDate>Fri, 09 Apr 2021 14:13:00 GMT</pubDate>
    <dc:creator>Marco</dc:creator>
    <dc:date>2021-04-09T14:13:00Z</dc:date>
    <item>
      <title>Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547275#M37627</link>
      <description>&lt;P&gt;I am trying to figure out how to&amp;nbsp;italicize text in a Splunk dashboard. I've done this using the HTML Tags and it works but it's not giving me what I want.&lt;/P&gt;&lt;P&gt;Is there a way to italicize text using simple XML?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:47:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547275#M37627</guid>
      <dc:creator>Marco</dc:creator>
      <dc:date>2021-04-08T21:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547276#M37628</link>
      <description>&lt;P&gt;Which text are you trying to italicise? Depending where it is, you may be able to apply&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;font-style: italic;&lt;/LI-CODE&gt;&lt;P&gt;to the text.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:53:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547276#M37628</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-08T21:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547278#M37629</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp; I am trying to add Italics to the description tag&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;test&amp;lt;/label&amp;gt;
  &amp;lt;description&amp;gt;I want to italicize this text ---&amp;amp;gt; This Text &amp;amp;lt;-----&amp;lt;/description&amp;gt;
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Italics.jpg" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13678iB810F7910339D4ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Italics.jpg" alt="Italics.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Italics.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 21:58:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547278#M37629</guid>
      <dc:creator>Marco</dc:creator>
      <dc:date>2021-04-08T21:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547279#M37630</link>
      <description>&lt;P&gt;You can make the whole description italics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    &amp;lt;panel depends="$stayhidden$"&amp;gt;
      &amp;lt;html&amp;gt;
        &amp;lt;style&amp;gt;
          p.description {
            font-style: italic;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but possibly not part of the element&lt;/P&gt;&lt;P&gt;Or, you could just add a block of html&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;row&amp;gt;
    &amp;lt;html&amp;gt;
      This line contains some &amp;lt;span style="font-style: italic;"&amp;gt;italic text&amp;lt;/span&amp;gt; in the middle
    &amp;lt;/html&amp;gt;
  &amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 08 Apr 2021 22:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547279#M37630</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-08T22:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547371#M37637</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Thank you, Originally I tried that but it creates&amp;nbsp; a whole new "Panel" .&amp;nbsp; At this point I am starting to believe italics cannot be done inside the description tags.&amp;nbsp; Correct me if I'm wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 14:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547371#M37637</guid>
      <dc:creator>Marco</dc:creator>
      <dc:date>2021-04-09T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547379#M37638</link>
      <description>&lt;P&gt;You are correct - the dashboard XML schema doesn't support child nodes of the description tag, which you would need in order to be able to apply a different style.&lt;/P&gt;&lt;P&gt;The closest you can get is to put an HTML panel as your very first panel in your dashboard, but this will appear below any fieldset you might have.&lt;/P&gt;&lt;P&gt;Another possibility is that you could apply a style to this HTML panel so it appears elsewhere on the page, but calculating where that should be might be tricky&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1617978500350.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13694iD70AA65B3C567930/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1617978500350.png" alt="ITWhisperer_0-1617978500350.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ITWhisperer_0-1617978500350.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Apr 2021 14:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547379#M37638</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-09T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Italicize Text inside a Splunk Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547384#M37640</link>
      <description>&lt;P&gt;You could try putting the HTML block in the fieldset (if you have one) so it appears closest to the top of the dashboard&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
    &amp;lt;html id="subheading"&amp;gt;
      This line contains some &amp;lt;span style="font-style: italic;"&amp;gt;italic text&amp;lt;/span&amp;gt; in the middle
    &amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 09 Apr 2021 14:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Italicize-Text-inside-a-Splunk-Dashboard/m-p/547384#M37640</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-04-09T14:57:17Z</dc:date>
    </item>
  </channel>
</rss>

