Hi Samuel, Just came to say hi.
First time I saw someone with sir name Jesus, ha ha. :D
BTW, I was looking at my friends HTML template today and found I the css styles didn't appear in Outlook.
So If we use inline css will it work on all email clients?
Is there any way I can edit the auto-generated html template?
Thanks for the help!
Hello No War,
Some email clients don't deal well with stylesheets, so adding CSS inline would solve that specific issue.
However, that does not solve everything.
When creating emails, imagine that you are coding in the year 2000: Use tables instead of Divs. CSS3, what's that?
Basically, you need to keep your emails HTML and CSS as simple as possible.
In order to make your life a bit simpler, we created some UI Patterns specific for emails and 2 sample emails that you can copy and reuse.
If you still need to have some custom CSS (or even HTML) on your email, I would suggest you check how the structures/styles were done on these patterns/samples. Also, check my post above where I talk about email size.
You can also check this link that contains some of the CSS compatibilities across several email clients.
Please let us know if you need any further assistance.
Cheers,
Samuel Jesus