Jump to content

Styles in the email template not sent in the email


Recommended Posts

Hi,

 

I am tyring to develop responsive email templates. and my html file structure looks like below.

 

<html>

  <head> <style> my Css style definition for mobile goes here </style> </head>

<body>

   <div>

      <table> </table>

      <table> </table>

      <table> </table>

      <table> </table>

    </div>

</body>

</html>

 

my changes are reflecting in the email but it seems prestashop 1.6 takes only <tables> present in the email template ignoring all other HTML tags. Since my CSS styles are not sent in the email, my emails are no more responsive.

 

How do I append my CSS styles and other HTML tags in the email.

 

This is my first prestashop topic. Please let me know if you need any further information.

 

Regards,
Zameer.

Link to comment
Share on other sites

Sorry mate, When I checked the "show original' option in gmail, i can see all the HTML code there. Prestashop is sending all the HTML present in the email template.

 

I was checking with Developer tools in the gmail web version and couldnt see the styles and other html code except tables.

 

I think i will problem either with my styling or with gmail.

 

Regards,

Link to comment
Share on other sites

  • 5 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...