HTML Code not being rendered properly

Hi Everyone,

I was writing an email using html and css in phplist software. The email looked fine in the preview but the code was not rendered properly when i test the email by sending it. Can anyone please suggest some solution?

Kind Regards,
Shayan

two suggestions:

  1. Use tables to control the layout. HTML for email is different from html for web pages.
  2. if you use css styling, it helps to embed it into the html, vs. attaching a css stylling file.