How do I add lists, quotes, and separators to profile HTML?
MyPlanet supports unordered lists, numbered lists, block quotes, and horizontal separators.
Bullet list
<h3>My interests</h3>
<ul>
<li>Photography</li>
<li>Music production</li>
<li>Travel</li>
</ul>
Numbered list and quote
<ol>
<li>Follow my page</li>
<li>Send a message</li>
</ol>
<hr>
<blockquote>Create, connect, and keep growing.</blockquote>
Every list item must sit inside <ul> or <ol>. Use <hr> sparingly to divide major sections.
FAQ Categories:
Profile HTML & Icons
FAQ Type:
None