Dashboards & Visualizations

How do I insert an empty line in the following HTML?

nick405060
Motivator

How do I insert an empty row between "section title 1" and "section title 2"? E.g. I need to use <p>-</p> except without a dash there

 <row>
    <panel>
      <html>
        <p><b>section title 1</b></p>
        <ul>     
          <li>
            <p>thing1: <a href="@go?s=thing1">$thing1$</a></p>
          </li>
          <li>
            <p>thing2: <a href="@go?s=thing2">$thing2$</a></p>
          </li>
          <li>
            <p>thing3: <a href="@go?s=thing3">$thing3$</a></p>
          </li>
        </ul>
        <p>-</p>
        <p><b>section title 2</b></p>
      </html>
    </panel>
  </row>
Tags (3)
0 Karma
1 Solution

Vijeta
Influencer

Try inserting one or more line break <br> </br> between section title1 and section title 2

View solution in original post

Vijeta
Influencer

Try inserting one or more line break <br> </br> between section title1 and section title 2

nick405060
Motivator

Thanks a bunch!

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...