Gmail wraps certain HTML elements in a class called im -


i have been testing out html e-mail process i've created recently. of lately, when open e-mail in gmail, i'm noticing elements wrapped in class know didn't put in original html layout. in fact triple checked! when viewing html email in gmail, random sections of form being wrapped with...

<div class="im"> .... </div> 

as result, text turns purple, while other text not. why happen?

thanks

gmail seems think quoting other emails in conversation , wrapping div.im around sections of code thinks previous bits in conversation.

this might happen if code has table more 1 tr. around this, rather several trs in 1 table, use several tables 1 tr in each.

this might happen if have multiple subject lines same, causing gmail think conversation. can fix making each subject line unique.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

python - pip wont install .WHL files -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -