Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-08-2011 16:11:20

meerimage
Member
Registered: 06-30-2010
Posts: 5

Make CSS work on Order Confirmation in Gmail?

Is it possible to make the CSS work on Order Confirmations going to a Gmail account?

I use CCP for my own buisiness, and when I fill orders, the lack of formatting makes it really difficult to weed out the infomation I need.

Offline

 

#2 08-12-2011 14:29:04

JDLS88
Member
From: Maryland, USA
Registered: 07-06-2011
Posts: 102
Website

Re: Make CSS work on Order Confirmation in Gmail?

Gmail only supports in-line CSS

ie,

Code:

 <div style="margin: 10px 0; background-color:#f00">text<div>

but not

Code:

<style>
#yourdiv { margin:10px 0; background-color:#f00;}
</style>
<div id="yourdiv">text</div>

Pretty much the only way I can think of to make it work in gmail would be to go into the code for the confirmation emails and put in all the CSS inline.

Last edited by JDLS88 (08-12-2011 14:29:17)


Jeremy D.

Offline

 

Board footer