You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using HEML to code an email signature.
While using it I found out that some of my styles get overwritten no matter what.
For example I want to set a padding of 16px on my body element which gets overwritten by 0px !important. This may be good for email newsletters which are full coded in html but in use cases like a signature you need to ensure that your signature and the rest of your text which you write in your email client line up properly without sticking to the edge of the window.
My current workaround is to set the padding for the body after I generated the html. However this means everytime I generate the html I have to do this again.
It would be nice if HEML would check for existing padding on the body element before overwriting it.
Thank you guys. Have a nice day.
Tobias
The text was updated successfully, but these errors were encountered:
Hi there,
I'm using HEML to code an email signature.
While using it I found out that some of my styles get overwritten no matter what.
For example I want to set a padding of 16px on my body element which gets overwritten by 0px !important. This may be good for email newsletters which are full coded in html but in use cases like a signature you need to ensure that your signature and the rest of your text which you write in your email client line up properly without sticking to the edge of the window.
My current workaround is to set the padding for the body after I generated the html. However this means everytime I generate the html I have to do this again.
It would be nice if HEML would check for existing padding on the body element before overwriting it.
Thank you guys. Have a nice day.
Tobias
The text was updated successfully, but these errors were encountered: