Page 1 of 1

CSS in template

Posted: Wed Mar 09, 2011 9:31 am
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!