Which inline styles can I use in profile HTML?
The About Me (HTML) box allows the style attribute on <span> and <div>. These are the complete supported CSS properties:
colorbackground-colorfont-sizefont-weighttext-alignpaddingmargin
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.
FAQ Categories:
Profile HTML & Icons
FAQ Type:
None