Not sure this is the right place for this but I'm running out of
options.
I am trying to implement a similar email text hover effect i found
here (
http://mikekleiman.blogspot.com/2008/01/css-hover-in-html-email-
is-it-possible.html ) with a custom mail-chimp template i made. I know
this works as I sent it from other email services as well as mail
chimp when uploading the code. Unfortunately it does not seam to work
when implementing it into a custom template using the mail-chimp API
to make editable regions.
I guess what I fear might be happening is that the mail-chimp API
template i created is striping out (all) the CSS in the head
automatically making it inline when sent. This is great as it is
needed to properly work... however this "hover effect" requires the
rules to be broken a little and have a small bit of CSS in the head in
order to function.
Is their anyway I can prevent all CSS being stripped out from the head
and just have this needed bit of code remain?
Much Thanks
> j