Hi,
I'm trying to use different styles in my html email by using:-
@media screen {
.tables { background-color: #999933; color: #FFFFFF }
}
@media print {
.tables { background-color: #FFFFFF; color: #000000 }
}
embedded in my document, this isn't working, as soon as I enter the @ etc, Outlook no longer reproduces either rule.
Anyone know why? Thanks, Mark.
I'm trying to use different styles in my html email by using:-
@media screen {
.tables { background-color: #999933; color: #FFFFFF }
}
@media print {
.tables { background-color: #FFFFFF; color: #000000 }
}
embedded in my document, this isn't working, as soon as I enter the @ etc, Outlook no longer reproduces either rule.
Anyone know why? Thanks, Mark.