Outlook Conditional Statements

It’s not a big surprise when we need to write some specific CSS for our html email templates, in order to target Microsoft’s offline email client, our beloved Outlook. We can do that by using a simple <if> statement in the <head> of our document, known as a conditional statement: We can take it even […]