我正在设计电子邮件模板。在一些文本之间,我需要放置换行符。到目前为止,除了 outlook.com(在浏览器上)之外,大多数客户端都很好。<br>它把我的内部包裹起来<p>,默认情况下有很大的边距。
我尝试使用<br>, <td>with space ,<td>with <span>and space inside 以及with <td>and space inside。每次我将我的 html 包装在一个. <p>margin:0<p>
为什么它将我的 html 包装在<p>??