I use two email programs, gmail and entourage (by Microsoft). I was wondering how do i create an email that will look like webpage. Apple sends me these all the time, but i have no idea how to re-create them. Could anyone help?
I use two email programs, gmail and entourage (by Microsoft). I was wondering how
Share
Basically there are a few differences between HTML displayed inside email client programs (including web-based ones like Gmail) and regular email clients that you need to take into consideration while designing your HTML email.
<style>...</style>tags (including GMail). Therefore your styles will have to be inline –<p style="color:red">Some links –
HTH