link
and
link
I am using F12 tools Checking the email, the inline style is completely blown away by the email client and does not appear. I have a very basic template with no important attributes-did I miss the Gmail I need?
For example, Outlook 2013 will remove the text-decoration when sending HTML emails: none comes from the anchor tag. Try sending emails from other clients and see if it still There is a problem of being stripped of tags.
I have created HTML mailer before, but I can’t figure out how to use the inline style of the Gmail/Yahoo client to remove text from the link Decorate. I get the link color the way I want, but gmail inserts that ugly blue line under each link. I tried
< a href="link" target="_blank" style="color:red;text-decoration:none">link
and
< pre>link< /pre>
I am using the F12 tool to check emails and the inline styles are completely blown away by the email client and will not appear. I have a very basic template with no important attributes-I missed what I needed Gmail?
Your code seems to be correct, and I suspect it is actually the client you are sending the email FROM is stripping the code.
For example, Outlook 2013 will delete text-decoration when sending HTML emails: none comes from anchor tag. Try to send emails from other clients to see if there is still a problem of stripped tags.
< /p>