开发者

remove spaces between paragraphs

开发者 https://www.devze.com 2023-03-06 22:56 出处:网络
I am trying to remove the space between 2 consecutive paragraphs. <p style=\"margin:0; padding:0;\"> Text </p>

I am trying to remove the space between 2 consecutive paragraphs.

<p style="margin:0; padding:0;"> Text </p>
<p style="margin:0; padding:0; ">  more text</p>

I am using inline styles because I am trying to create html email. However it does n开发者_C百科ot remove the spaces in Entourage email service.


If that is the exact code you are using then padding;0; should be padding:0; in the first paragraph tag.

0

精彩评论

暂无评论...
验证码 换一张
取 消