Do I need to use spacer images when coding HTML emails?

后端 未结 4 1782
囚心锁ツ
囚心锁ツ 2020-12-14 12:18

I understand that HTML emails need to use really old school layouts - as per lots of other answers on SO (e.g. HTML email: tables or divs?, HTML Email using CSS).

Ho

4条回答
  •  温柔的废话
    2020-12-14 12:51

    You can definitely avoid using spacer gifs.

    I find that the following code works in all clients. I generally either specify the width or the height of these empty cells. This specific example is what I use to create vertical space:

    
      
    
    

提交回复
热议问题