CSS Email HTML Signatures

As the Monday’s built-in email signature “simple” editor isn’t nowhere near as good as e.g. Gmail signatures, I tried making my own email html signature with CSS. The problem I had is that I can’t align text next to an image in the signature. This is the signature that our company usually uses in Gmail:
image

This however is not possible with Monday’s simple editor, as it doesn’t let you write next to an image, except for one row. Looks like this:
image

Because of this I wrote the following css code that utilized grid-box properties to align the items as nothing else seemed to work:


I won’t paste the whole signature here in html form, but anyone that knows CSS can get the gist of things from that line.

The problem is that Monday’s editor removes all code that doesn’t have “stuff” inside it. So ANY divs that do not start their own sentences get removed after saving.

So my request is either

  1. let us bring signatures straight from e.g. Gmail
  2. fix the simple editor so that it is actually usable or
  3. allow usage of normal HTML and CSS without removing things