I have a query that gmail is ignoring "display:none" - what to do? in email html for hide arow or div
+6
A:
Remove the element from your source code completely.
E-Mail clients are very strict about some CSS rules. Also, seeing as no JavaScript can be executed inside the E-Mail, a display: none
has no function there anyway, does it?
Pekka
2010-10-25 10:31:09
Found the answer Its working for gmail style="display:none !important;"
Sagar
2010-10-25 12:06:43
+1
A:
if style="display:none" dose not work in gmail. put style="display:none !important;" and Its working in gmail Thanks a lot chandru...
Sagar
2010-10-25 12:05:01