Hi,
What are the HTML restrictions of the email template? I want to style my layout so can I include CSS like
What are the HTML restrictions of the email template? I want to style my layout so can I include CSS like
<style>
.myDiv {
border: 5px outset red;
background-color: lightblue;
text-align: center;
}
</style>