css - How to specifically/conditionally target Yahoo and AOL within HTML emails for client specific fixes? -


that code should targeting outlook clients came before '15' , outlook.com doesn't seem work well.

<!--[if (lte mso 15)|(office365) ]> <style type="text/css"> .client-fix{    display: none!important; } </style> <![endif]--> 

anyways need able target yahoo , aol far haven't found reliable information on how so.

please help

i've seen yahoo solutions online, haven't gotten them work. able target aol applying class , selecting following code:

.aolreplacedbody .bullet {         styles here     } 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -