How do I add lists, quotes, and separators to profile HTML?

September 9, 2026

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.

Ask in the Help & Support forum

FAQ Categories: Profile HTML & Icons
FAQ Type: None
User Avatar