06-02-2014, 02:44 PM
[eluser]CroNiX[/eluser]
If you are using <style> tags, some ISPs/email services strip them. Use inline styles and keep it simple (putting in <style> tags in the head of your document is NOT inline, doing them in IS inline)
GMail is one of the email providers known to strip the <style> tags.
http://stackoverflow.com/questions/72241...il-clients
edit: had to misspell style within the code block or the forum strips it out
If you are using <style> tags, some ISPs/email services strip them. Use inline styles and keep it simple (putting in <style> tags in the head of your document is NOT inline, doing them in
Code:
<a syle="color:green">the link</a>
GMail is one of the email providers known to strip the <style> tags.
http://stackoverflow.com/questions/72241...il-clients
edit: had to misspell style within the code block or the forum strips it out