display:none doesn't work on Outlook 2007

后端 未结 12 1737
鱼传尺愫
鱼传尺愫 2020-12-15 23:24

I want to send an e-mail from our system to customers, where some tags should be hidden to them. I\'ve set the following CSS:

.hidden { display: none; }
         


        
12条回答
  •  庸人自扰
    2020-12-16 00:08

    The only working solution I've found is to use conditional formatting in the HTML source :

    
    
    This block of code will display everywhere except in Outlook 2007.

提交回复
热议问题