- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nick405060
Motivator
10-02-2018
11:34 AM
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>
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vijeta
Influencer
10-02-2018
11:58 AM
Try inserting one or more line break <br> </br>
between section title1 and section title 2
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vijeta
Influencer
10-02-2018
11:58 AM
Try inserting one or more line break <br> </br>
between section title1 and section title 2
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

nick405060
Motivator
10-02-2018
12:03 PM
Thanks a bunch!
