Which inline styles can I use in profile HTML?

September 9, 2026

The About Me (HTML) box allows the style attribute on <span> and <div>. These are the complete supported CSS properties:

  • color
  • background-color
  • font-size
  • font-weight
  • text-align
  • padding
  • margin

Examples

<div style="background-color: #eef9ee; padding: 16px; text-align: center;">
  <span style="color: #176b2c; font-size: 20px; font-weight: 700;">Welcome!</span>
</div>

Other style properties are removed. Values containing url(), javascript:, or expression are also removed for safety. MyPlace’s separate Custom CSS box is only for the MyPlace layout and should not contain HTML.

Ask in the Help & Support forum

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