HostT Posted December 15, 2010 Share Posted December 15, 2010 Ok so now that i'm working on tweaking misc sections here and there i noticed that all the emails i receive in Outlook at not formatted with the CSS i have configured in WHMCS. body,td { font-family: verdana; font-size: 9px; font-weight: normal; } a { color: #c22127; } But it doesn't work? I received an email from someone else using WHMCS and their text is formatted while mine still looks like the default times new roman font. Any ideas guys? *I received both of these emails at same account and both under outlook Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted December 16, 2010 WHMCS Support Manager Share Posted December 16, 2010 How does your email appear under Utilities > Email Message Log? Link to comment Share on other sites More sharing options...
Grizzlyware Josh Posted December 16, 2010 Share Posted December 16, 2010 I'm having the same problem since version 4.3 update... Customer emails are fine, but all admin emails come in withouth CSS Link to comment Share on other sites More sharing options...
sparky Posted December 16, 2010 Share Posted December 16, 2010 Just add p to the css as well... this is what I'm using p,body,td { font-family: verdana; font-size: 11px; font-weight: normal; } a { color: #0000ff; } Link to comment Share on other sites More sharing options...
HostT Posted December 17, 2010 Author Share Posted December 17, 2010 Just add p to the css as well... this is what I'm using Yep that's all it was...man it's so funny how sometimes it's something so simple. Figured that out after you emailed me yours Thanks Sparky! Link to comment Share on other sites More sharing options...
MustangV10 Posted September 30, 2012 Share Posted September 30, 2012 Just add p to the css as well... this is what I'm using Sorry to bump but I'm now facing this and emails display: <style> body,td { font-family: verdana; font-size: 11px; font-weight: normal; } a { color: #0000ff; } </style> What file would I add the CSS to? Link to comment Share on other sites More sharing options...
prototype Posted March 4, 2013 Share Posted March 4, 2013 Sorry to bump but I'm now facing this and emails display: <style> body,td { font-family: verdana; font-size: 11px; font-weight: normal; } a { color: #0000ff; } </style> What file would I add the CSS to? I too am having this same problem, when a clients order is processed thet get the above email instead of their account information. I have not modified the template. does anyone have any ideas? Link to comment Share on other sites More sharing options...
prototype Posted March 5, 2013 Share Posted March 5, 2013 I figured it out, The Name server parameters seemed to be causing it for me, once I removed these (I just statically set it) the email sends perfectly. Link to comment Share on other sites More sharing options...
Athlone Posted March 26, 2014 Share Posted March 26, 2014 How does your email appear under Utilities > Email Message Log? Under the email message log it looks fine, how do I proceed to get it to show correctly in the email client? Link to comment Share on other sites More sharing options...
tomb Posted March 26, 2014 Share Posted March 26, 2014 There's a known bug in 5.3.6. CSS isn't loaded correctly Link to comment Share on other sites More sharing options...
Infopro Posted March 26, 2014 Share Posted March 26, 2014 Bug report thread located here: E-Mail Templates broken in 5.3.6. CSS isn't loaded correctly - WHMCS Forums This is a very old thread, and so is now closed. Link to comment Share on other sites More sharing options...
Recommended Posts