CSS in template

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

deJoschi
Posts: 6
Joined: Thu Feb 17, 2011 11:14 am

CSS in template

Post by deJoschi »

Hi

im trying to change the Link colors in a mailing, but it just doesnt work.

im using following css in the head of the template:

Code: Select all

 a:link, a:visited {color: #000000; text-decoration: none; }
a:hover {color:#e2001a; text-decoration: underline; }

div#footer a, div#footer a:link, div#footer a:visited {color: #ffffff; text-decoration: underline; }
div#footer a:hover {color:#000000; text-decoration: underline; }
have i missed anything?
im a little confused...
Thanks for your hints!