Edit HTML in email signature
You can customize your signature in your personal settings.
When you are focused in the signature editor, you can click CTRL+S to switch to HTML mode.
After you make changes in HTML, make sure you toggle back to normal mode before you press save.
Can I include images?
Yes, although many email readers, like Gmail find this suspicious and might not display the image. The technque of including images in emails can be used to track you.
How do I include an image?
You can include images that are hosted on a (your) server. The domain should have a valid SSL certificate and the URL of the image should start with https://
Can I use CSS styling?
Yes, but you can only use inline css styling. To use inline styles, add the style attribute to the relevant element. The style attribute can contain any CSS property. Inline styles are defined within the "style" attribute of the relevant element:
<p style="color:red;">This is a paragraph.</p>
Note: We advise against using overly fancy coding in emails as they might trigger spam filters.