Why my font color is set to white on outlook, even if I got CSS to overwrite it? With any other email reader (gmail, hotmail, etc), my font-color is ok!

Anyone got a solution?

link|improve this question
Post your code how you set the color in CSS. – Zoltan Toth Nov 18 '11 at 21:27
2  
Outlook doesn't like CSS. Use inline styles. – stevether Nov 18 '11 at 21:29
feedback

1 Answer

Outlook uses the MS-word engine for rendering (barf!). Stylesheets are not supported. some inline styles are.

See this handy guide:

http://www.campaignmonitor.com/css/

link|improve this answer
It was the color on my body. My color on my td dosen't overwrite it, I don't know why. – Marc-André Morin Nov 18 '11 at 21:41
You need an inline font statement <font style="color:#000000">your text</font> – Diodeus Nov 18 '11 at 21:51
1  
You can also check out emailology for some tips and tricks for html emails. Designing those things is like walking back in time 10 years... – Nathan Nov 18 '11 at 22:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.