![]() |
css for email - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: css for email (/showthread.php?tid=54991) |
css for email - El Forum - 10-04-2012 [eluser]MohamedFawzy[/eluser] i want to send email with css style css working as inline style but when i'm wrote css between <head></head> tags not working well i don't know the reason for that css for email - El Forum - 10-04-2012 [eluser]CroNiX[/eluser] Common problem due to how various mail readers parse html email. It's best to do inline css in html emails. You can google "html email css" for a lot of reasons why. |