getting rid of space with the superscript in html emails

后端 未结 3 501
渐次进展
渐次进展 2021-01-25 01:10

superscript is leaving a big space between the line height.

code is

®&l         


        
3条回答
  •  無奈伤痛
    2021-01-25 01:16

    Outlook pads line-height when superscript is applied. One fix (with caveat!) is to do the following: apply

     
    

    to the IF there are no deviations in line-height in the cell AND no images used. !!!(that's important because Outlook 2010 will cut off images if this is applied) Then, apply

    in the span tag wrapping the superscript.

    SEE:   http://emaildude.blogspot.com/2011/06/superscript-and-line-heights.html  

提交回复
热议问题